#3AF3CF

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

Shades of Turquoise #3AF3CF

Tints of Turquoise #3AF3CF

Color information

#3AF3CF (or 0x3AF3CF) is unknown color: approx Turquoise. HEX triplet: 3A, F3 and CF. RGB value is (58,243,207). Sum of RGB (Red+Green+Blue) = 58+243+207=508 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.42% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3CF is #C50C30. Grayscale: #B7B7B7. Windows color (decimal): -12913713 or 13628218. OLE color: 13628218.

HSL color Cylindrical-coordinate representation of color #3AF3CF: hue angle of 168.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF3CF is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB58243207-
CMYK0.7600.150.05
HSL168.32º88.52%59.02%-
HSV(B)168.32º76.13%95.29%-
XYZ45.0669.5170.07-
YUV183.58141.2138.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.42%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=11.42%
G=47.83%
B=40.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582432070.7600.150.05168.3288.5259.02
Hex3AF3CF4C0F5a8593b
Octal72363317114017525013173
Binary1110101111001111001111100110001111101101010001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF3CF; }

 p { color: rgb(58,243,207); }

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

<style>
 a { background-color: #3AF3CF; }

 a { background-color: rgb(58,243,207); }

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

<style>
 span { border-color: #3AF3CF; }

 span { border-color: rgb(58,243,207); }

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