#38f0f1

Color #38F0F1 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #38F0F1

Tints of Turquoise #38F0F1

Color information

#38F0F1 (or 0x38F0F1) is unknown color: approx Turquoise. HEX triplet: 38, F0 and F1. RGB value is (56,240,241). Sum of RGB (Red+Green+Blue) = 56+240+241=537 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.43% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #38F0F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F0F1 is #C70F0E. Grayscale: #B8B8B8. Windows color (decimal): -13045519 or 15855672. OLE color: 15855672.

HSL color Cylindrical-coordinate representation of color #38F0F1: hue angle of 180.32º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0F1 is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56240241-
CMYK0.770.0000.05
HSL180.32º86.85%58.24%-
HSV(B)180.32º76.76%94.51%-
XYZ48.6769.5194.07-
YUV185.1159.5435.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 10.43%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=10.43%
G=44.69%
B=44.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562402410.770.0000.05180.3286.8558.24
Hex38F0F14D005b4573a
Octal7036036111500526412772
Binary1110001111000011110001100110100101101101001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38f0f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38f0f1; }

 p { color: rgb(56,240,241); }

 H1.HeaderClassName
 {
   color: #38f0f1;
 }
 .AnyTagClassName
 {
   color: #38f0f1;
 }
</style>
background-color css

<style>
 a { background-color: #38f0f1; }

 a { background-color: rgb(56,240,241); }

 div.DivClassName
 {
   background-color: #38f0f1;
 }
 .BgClassName
 {
   background-color: #38f0f1;
 }
</style>
border-color css

<style>
 span { border-color: #38f0f1; }

 span { border-color: rgb(56,240,241); }

 td.TdClassName
 {
   border-color: #38f0f1;
 }
 .TagClassName
 {
   border-color: #38f0f1;
 }
</style>