Html Css Color HEX #3AFCC8 Turquoise

📋 copy color: '#3AFCC8'

red 58 ◦ green 252 ◦ blue 200

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

Shades of Turquoise #3AFCC8

Tints of Turquoise #3AFCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 11.37%
G = 49.41%
B = 39.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#3AFCC8 (or 0x3AFCC8) is known color: Turquoise. HEX triplet: 3A, FC and C8. RGB value is (58,252,200). Sum of RGB (Red+Green+Blue) = 58+252+200=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCC8 is #C50337. Grayscale: #BCBCBC. Windows color (decimal): -12911416 or 13171770. OLE color: 13171770.

HSL color Cylindrical-coordinate representation of color #3AFCC8: hue angle of 163.92º 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 #3AFCC8 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 200 -
CMYK 0.77 0 0.21 0.01
HSL 163.92º 0.97% 0.61% -
HSV(B) 163.92º 0.77% 0.99% -
XYZ 46.98 74.69 66.58 -
YUV 188.07 134.73 35.23 -
System Red Green Blue C M Y K H S L
Decimal 58 252 200 0.77 0 0.21 0.01 163.92 0.97 0.61
Hex 3A FC C8 4D 0 15 1 A4 61 3D
Octal 72 374 310 115 0 25 1 244 141 75
Binary 111010 11111100 11001000 1001101 0 10101 1 10100100 1100001 111101

Color Harmonies of #3AFCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCC8

Black with #3AFCC8

Text Example


Text Example

White with #3AFCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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