Html Css Color HEX #3AFCC9 Turquoise

📋 copy color: '#3AFCC9'

red 58 ◦ green 252 ◦ blue 201

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

Shades of Turquoise #3AFCC9

Tints of Turquoise #3AFCC9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

 BLUE value IS 201 (78.91% from 255) = 39.33%

R = 11.35%
G = 49.32%
B = 39.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#3AFCC9 (or 0x3AFCC9) is known color: Turquoise. HEX triplet: 3A, FC and C9. RGB value is (58,252,201). Sum of RGB (Red+Green+Blue) = 58+252+201=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCC9 is #C50336. Grayscale: #BCBCBC. Windows color (decimal): -12911415 or 13237306. OLE color: 13237306.

HSL color Cylindrical-coordinate representation of color #3AFCC9: hue angle of 164.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFCC9 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 201 -
CMYK 0.77 0 0.20 0.01
HSL 164.23º 0.97% 0.61% -
HSV(B) 164.23º 0.77% 0.99% -
XYZ 47.1 74.74 67.2 -
YUV 188.18 135.23 35.15 -
System Red Green Blue C M Y K H S L
Decimal 58 252 201 0.77 0 0.20 0.01 164.23 0.97 0.61
Hex 3A FC C9 4D 0 14 1 A4 61 3D
Octal 72 374 311 115 0 24 1 244 141 75
Binary 111010 11111100 11001001 1001101 0 10100 1 10100100 1100001 111101

Color Harmonies of #3AFCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCC9

Black with #3AFCC9

Text Example


Text Example

White with #3AFCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,201); }

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

background-color css

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

 a { background-color: rgb(58,252,201); }

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

border-color css

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

 span { border-color: rgb(58,252,201); }

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