Html Css Color HEX #6DEEE2 Turquoise Blue

📋 copy color: '#6DEEE2'

red 109 ◦ green 238 ◦ blue 226

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

Shades of Turquoise Blue #6DEEE2

Tints of Turquoise Blue #6DEEE2

RGB

 RED value IS 109 (42.97% from 255) = 19.02%

 GREEN value IS 238 (93.36% from 255) = 41.54%

 BLUE value IS 226 (88.67% from 255) = 39.44%

R = 19.02%
G = 41.54%
B = 39.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#6DEEE2 (or 0x6DEEE2) is known color: Turquoise Blue. HEX triplet: 6D, EE and E2. RGB value is (109,238,226). Sum of RGB (Red+Green+Blue) = 109+238+226=573 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.02% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEE2 is #92111D. Grayscale: #C5C5C5. Windows color (decimal): -9572638 or 14872173. OLE color: 14872173.

HSL color Cylindrical-coordinate representation of color #6DEEE2: hue angle of 174.42º 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 #6DEEE2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 238 226 -
CMYK 0.54 0 0.05 0.07
HSL 174.42º 0.79% 0.68% -
HSV(B) 174.42º 0.54% 0.93% -
XYZ 50.61 69.89 82.77 -
YUV 198.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 109 238 226 0.54 0 0.05 0.07 174.42 0.79 0.68
Hex 6D EE E2 36 0 5 7 AE 4F 44
Octal 155 356 342 66 0 5 7 256 117 104
Binary 1101101 11101110 11100010 110110 0 101 111 10101110 1001111 1000100

Color Harmonies of #6DEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEEE2

Black with #6DEEE2

Text Example


Text Example

White with #6DEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,238,226); }

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

background-color css

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

 a { background-color: rgb(109,238,226); }

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

border-color css

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

 span { border-color: rgb(109,238,226); }

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