Html Css Color HEX #3EDBF0 Turquoise

📋 copy color: '#3EDBF0'

red 62 ◦ green 219 ◦ blue 240

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

Shades of Turquoise #3EDBF0

Tints of Turquoise #3EDBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 11.9%
G = 42.03%
B = 46.07%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3EDBF0 (or 0x3EDBF0) is known color: Turquoise. HEX triplet: 3E, DB and F0. RGB value is (62,219,240). Sum of RGB (Red+Green+Blue) = 62+219+240=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #3EDBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDBF0 is #C1240F. Grayscale: #AEAEAE. Windows color (decimal): -12657680 or 15784766. OLE color: 15784766.

HSL color Cylindrical-coordinate representation of color #3EDBF0: hue angle of 187.08º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDBF0 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 219 240 -
CMYK 0.74 0.09 0 0.06
HSL 187.08º 0.86% 0.59% -
HSV(B) 187.08º 0.74% 0.94% -
XYZ 43.05 57.98 91.36 -
YUV 174.45 164.99 47.79 -
System Red Green Blue C M Y K H S L
Decimal 62 219 240 0.74 0.09 0 0.06 187.08 0.86 0.59
Hex 3E DB F0 4A 9 0 6 BB 56 3B
Octal 76 333 360 112 11 0 6 273 126 73
Binary 111110 11011011 11110000 1001010 1001 0 110 10111011 1010110 111011

Color Harmonies of #3EDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDBF0

Black with #3EDBF0

Text Example


Text Example

White with #3EDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,219,240); }

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

background-color css

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

 a { background-color: rgb(62,219,240); }

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

border-color css

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

 span { border-color: rgb(62,219,240); }

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