Html Css Color HEX #3EDEF7 Turquoise

📋 copy color: '#3EDEF7'

red 62 ◦ green 222 ◦ blue 247

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

Shades of Turquoise #3EDEF7

Tints of Turquoise #3EDEF7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.81%

 BLUE value IS 247 (96.88% from 255) = 46.52%

R = 11.68%
G = 41.81%
B = 46.52%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3EDEF7 (or 0x3EDEF7) is known color: Turquoise. HEX triplet: 3E, DE and F7. RGB value is (62,222,247). Sum of RGB (Red+Green+Blue) = 62+222+247=531 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.68% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #3EDEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEF7 is #C12108. Grayscale: #B0B0B0. Windows color (decimal): -12656905 or 16244286. OLE color: 16244286.

HSL color Cylindrical-coordinate representation of color #3EDEF7: hue angle of 188.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EDEF7 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 62 222 247 -
CMYK 0.75 0.10 0 0.03
HSL 188.11º 0.92% 0.61% -
HSV(B) 188.11º 0.75% 0.97% -
XYZ 44.9 59.98 97.21 -
YUV 177.01 167.49 45.97 -
System Red Green Blue C M Y K H S L
Decimal 62 222 247 0.75 0.10 0 0.03 188.11 0.92 0.61
Hex 3E DE F7 4B A 0 3 BC 5C 3D
Octal 76 336 367 113 12 0 3 274 134 75
Binary 111110 11011110 11110111 1001011 1010 0 11 10111100 1011100 111101

Color Harmonies of #3EDEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDEF7

Black with #3EDEF7

Text Example


Text Example

White with #3EDEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,222,247); }

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

background-color css

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

 a { background-color: rgb(62,222,247); }

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

border-color css

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

 span { border-color: rgb(62,222,247); }

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