Html Css Color HEX #6ED4EE Turquoise Blue

📋 copy color: '#6ED4EE'

red 110 ◦ green 212 ◦ blue 238

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

Shades of Turquoise Blue #6ED4EE

Tints of Turquoise Blue #6ED4EE

RGB

 RED value IS 110 (43.36% from 255) = 19.64%

 GREEN value IS 212 (83.2% from 255) = 37.86%

 BLUE value IS 238 (93.36% from 255) = 42.5%

R = 19.64%
G = 37.86%
B = 42.5%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ED4EE (or 0x6ED4EE) is known color: Turquoise Blue. HEX triplet: 6E, D4 and EE. RGB value is (110,212,238). Sum of RGB (Red+Green+Blue) = 110+212+238=560 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.64% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ED4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED4EE is #912B11. Grayscale: #B8B8B8. Windows color (decimal): -9513746 or 15651950. OLE color: 15651950.

HSL color Cylindrical-coordinate representation of color #6ED4EE: hue angle of 192.19º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ED4EE is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 212 238 -
CMYK 0.54 0.11 0 0.07
HSL 192.19º 0.79% 0.68% -
HSV(B) 192.19º 0.54% 0.93% -
XYZ 45.41 56.58 89.42 -
YUV 184.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 110 212 238 0.54 0.11 0 0.07 192.19 0.79 0.68
Hex 6E D4 EE 36 B 0 7 C0 4F 44
Octal 156 324 356 66 13 0 7 300 117 104
Binary 1101110 11010100 11101110 110110 1011 0 111 11000000 1001111 1000100

Color Harmonies of #6ED4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED4EE

Black with #6ED4EE

Text Example


Text Example

White with #6ED4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ED4EE; }

 p { color: rgb(110,212,238); }

 H1.HeaderClassName
 {
   color: #6ED4EE;
 }
 .AnyTagClassName
 {
   color: #6ED4EE;
 }
</style>

background-color css

<style>
 a { background-color: #6ED4EE; }

 a { background-color: rgb(110,212,238); }

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

border-color css

<style>
 span { border-color: #6ED4EE; }

 span { border-color: rgb(110,212,238); }

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