Html Css Color HEX #3AF3CC Turquoise

📋 copy color: '#3AF3CC'

red 58 ◦ green 243 ◦ blue 204

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

Shades of Turquoise #3AF3CC

Tints of Turquoise #3AF3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.12%

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

R = 11.49%
G = 48.12%
B = 40.4%

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

#3AF3CC (or 0x3AF3CC) is known color: Turquoise. HEX triplet: 3A, F3 and CC. RGB value is (58,243,204). Sum of RGB (Red+Green+Blue) = 58+243+204=505 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.49% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3CC is #C50C33. Grayscale: #B7B7B7. Windows color (decimal): -12913716 or 13431610. OLE color: 13431610.

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

Color convert

RGB 58 243 204 -
CMYK 0.76 0 0.16 0.05
HSL 167.35º 0.89% 0.59% -
HSV(B) 167.35º 0.76% 0.95% -
XYZ 44.69 69.36 68.16 -
YUV 183.24 139.71 38.67 -
System Red Green Blue C M Y K H S L
Decimal 58 243 204 0.76 0 0.16 0.05 167.35 0.89 0.59
Hex 3A F3 CC 4C 0 10 5 A7 59 3B
Octal 72 363 314 114 0 20 5 247 131 73
Binary 111010 11110011 11001100 1001100 0 10000 101 10100111 1011001 111011

Color Harmonies of #3AF3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF3CC

Black with #3AF3CC

Text Example


Text Example

White with #3AF3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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