Html Css Color HEX #3AF2CC Turquoise

📋 copy color: '#3AF2CC'

red 58 ◦ green 242 ◦ blue 204

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

Shades of Turquoise #3AF2CC

Tints of Turquoise #3AF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

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

R = 11.51%
G = 48.02%
B = 40.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#3AF2CC (or 0x3AF2CC) is known color: Turquoise. HEX triplet: 3A, F2 and CC. RGB value is (58,242,204). Sum of RGB (Red+Green+Blue) = 58+242+204=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2CC is #C50D33. Grayscale: #B6B6B6. Windows color (decimal): -12913972 or 13431354. OLE color: 13431354.

HSL color Cylindrical-coordinate representation of color #3AF2CC: hue angle of 167.61º degrees, saturation: 0.88, 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 #3AF2CC is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 204 -
CMYK 0.76 0 0.16 0.05
HSL 167.61º 0.88% 0.59% -
HSV(B) 167.61º 0.76% 0.95% -
XYZ 44.4 68.76 68.06 -
YUV 182.65 140.04 39.09 -
System Red Green Blue C M Y K H S L
Decimal 58 242 204 0.76 0 0.16 0.05 167.61 0.88 0.59
Hex 3A F2 CC 4C 0 10 5 A8 58 3B
Octal 72 362 314 114 0 20 5 250 130 73
Binary 111010 11110010 11001100 1001100 0 10000 101 10101000 1011000 111011

Color Harmonies of #3AF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF2CC

Black with #3AF2CC

Text Example


Text Example

White with #3AF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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