Html Css Color HEX #3AF0CC Turquoise

📋 copy color: '#3AF0CC'

red 58 ◦ green 240 ◦ blue 204

#3AF0CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3AF0CC

Tints of Turquoise #3AF0CC

RGB

 RED value IS 58 (23.05% from 255) = 11.55%

 GREEN value IS 240 (94.14% from 255) = 47.81%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 11.55%
G = 47.81%
B = 40.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#3AF0CC (or 0x3AF0CC) is known color: Turquoise. HEX triplet: 3A, F0 and CC. RGB value is (58,240,204). Sum of RGB (Red+Green+Blue) = 58+240+204=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF0CC is #C50F33. Grayscale: #B5B5B5. Windows color (decimal): -12914484 or 13430842. OLE color: 13430842.

HSL color Cylindrical-coordinate representation of color #3AF0CC: hue angle of 168.13º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF0CC is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 204 -
CMYK 0.76 0 0.15 0.06
HSL 168.13º 0.86% 0.58% -
HSV(B) 168.13º 0.76% 0.94% -
XYZ 43.8 67.58 67.86 -
YUV 181.48 140.7 39.93 -
System Red Green Blue C M Y K H S L
Decimal 58 240 204 0.76 0 0.15 0.06 168.13 0.86 0.58
Hex 3A F0 CC 4C 0 F 6 A8 56 3A
Octal 72 360 314 114 0 17 6 250 126 72
Binary 111010 11110000 11001100 1001100 0 1111 110 10101000 1010110 111010

Color Harmonies of #3AF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF0CC

Black with #3AF0CC

Text Example


Text Example

White with #3AF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,204); }

 H1.HeaderClassName
 {
   color: #3AF0CC;
 }
 .AnyTagClassName
 {
   color: #3AF0CC;
 }
</style>

background-color css

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

 a { background-color: rgb(58,240,204); }

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

border-color css

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

 span { border-color: rgb(58,240,204); }

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