Html Css Color HEX #3AFFCE Turquoise

📋 copy color: '#3AFFCE'

red 58 ◦ green 255 ◦ blue 206

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

Shades of Turquoise #3AFFCE

Tints of Turquoise #3AFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 49.13%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 11.18%
G = 49.13%
B = 39.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#3AFFCE (or 0x3AFFCE) is known color: Turquoise. HEX triplet: 3A, FF and CE. RGB value is (58,255,206). Sum of RGB (Red+Green+Blue) = 58+255+206=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFCE is #C50031. Grayscale: #BEBEBE. Windows color (decimal): -12910642 or 13565754. OLE color: 13565754.

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

Color convert

RGB 58 255 206 -
CMYK 0.77 0 0.19 0
HSL 165.08º 1% 0.61% -
HSV(B) 165.08º 0.77% 1% -
XYZ 48.65 76.88 70.67 -
YUV 190.51 136.73 33.48 -
System Red Green Blue C M Y K H S L
Decimal 58 255 206 0.77 0 0.19 0 165.08 1 0.61
Hex 3A FF CE 4D 0 13 0 A5 64 3D
Octal 72 377 316 115 0 23 0 245 144 75
Binary 111010 11111111 11001110 1001101 0 10011 0 10100101 1100100 111101

Color Harmonies of #3AFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFFCE

Black with #3AFFCE

Text Example


Text Example

White with #3AFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,255,206); }

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

background-color css

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

 a { background-color: rgb(58,255,206); }

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

border-color css

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

 span { border-color: rgb(58,255,206); }

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