Html Css Color HEX #3EDFCB Turquoise

📋 copy color: '#3EDFCB'

red 62 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #3EDFCB

Tints of Turquoise #3EDFCB

RGB

 RED value IS 62 (24.61% from 255) = 12.7%

 GREEN value IS 223 (87.5% from 255) = 45.7%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 12.7%
G = 45.7%
B = 41.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#3EDFCB (or 0x3EDFCB) is known color: Turquoise. HEX triplet: 3E, DF and CB. RGB value is (62,223,203). Sum of RGB (Red+Green+Blue) = 62+223+203=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFCB is #C12034. Grayscale: #ACACAC. Windows color (decimal): -12656693 or 13360958. OLE color: 13360958.

HSL color Cylindrical-coordinate representation of color #3EDFCB: hue angle of 172.55º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFCB is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 223 203 -
CMYK 0.72 0 0.09 0.13
HSL 172.55º 0.72% 0.56% -
HSV(B) 172.55º 0.72% 0.87% -
XYZ 39.15 58.11 65.65 -
YUV 172.58 145.16 49.13 -
System Red Green Blue C M Y K H S L
Decimal 62 223 203 0.72 0 0.09 0.13 172.55 0.72 0.56
Hex 3E DF CB 48 0 9 D AD 48 38
Octal 76 337 313 110 0 11 15 255 110 70
Binary 111110 11011111 11001011 1001000 0 1001 1101 10101101 1001000 111000

Color Harmonies of #3EDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFCB

Black with #3EDFCB

Text Example


Text Example

White with #3EDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,223,203); }

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

background-color css

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

 a { background-color: rgb(62,223,203); }

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

border-color css

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

 span { border-color: rgb(62,223,203); }

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