Html Css Color HEX #3AFECC Turquoise

📋 copy color: '#3AFECC'

red 58 ◦ green 254 ◦ blue 204

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

Shades of Turquoise #3AFECC

Tints of Turquoise #3AFECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.22%

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

R = 11.24%
G = 49.22%
B = 39.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#3AFECC (or 0x3AFECC) is known color: Turquoise. HEX triplet: 3A, FE and CC. RGB value is (58,254,204). Sum of RGB (Red+Green+Blue) = 58+254+204=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFECC is #C50133. Grayscale: #BDBDBD. Windows color (decimal): -12910900 or 13434426. OLE color: 13434426.

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

Color convert

RGB 58 254 204 -
CMYK 0.77 0 0.20 0.00
HSL 164.69º 0.99% 0.61% -
HSV(B) 164.69º 0.77% 1% -
XYZ 48.09 76.14 69.29 -
YUV 189.7 136.07 34.07 -
System Red Green Blue C M Y K H S L
Decimal 58 254 204 0.77 0 0.20 0.00 164.69 0.99 0.61
Hex 3A FE CC 4D 0 14 0 A5 63 3D
Octal 72 376 314 115 0 24 0 245 143 75
Binary 111010 11111110 11001100 1001101 0 10100 0 10100101 1100011 111101

Color Harmonies of #3AFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFECC

Black with #3AFECC

Text Example


Text Example

White with #3AFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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