Html Css Color HEX #6DE8E0 Turquoise Blue

📋 copy color: '#6DE8E0'

red 109 ◦ green 232 ◦ blue 224

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

Shades of Turquoise Blue #6DE8E0

Tints of Turquoise Blue #6DE8E0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.06%

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 19.29%
G = 41.06%
B = 39.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#6DE8E0 (or 0x6DE8E0) is known color: Turquoise Blue. HEX triplet: 6D, E8 and E0. RGB value is (109,232,224). Sum of RGB (Red+Green+Blue) = 109+232+224=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE8E0 is #92171F. Grayscale: #C2C2C2. Windows color (decimal): -9574176 or 14739565. OLE color: 14739565.

HSL color Cylindrical-coordinate representation of color #6DE8E0: hue angle of 176.1º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE8E0 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 109 232 224 -
CMYK 0.53 0 0.03 0.09
HSL 176.1º 0.73% 0.67% -
HSV(B) 176.1º 0.53% 0.91% -
XYZ 48.62 66.35 80.76 -
YUV 194.31 144.75 67.15 -
System Red Green Blue C M Y K H S L
Decimal 109 232 224 0.53 0 0.03 0.09 176.1 0.73 0.67
Hex 6D E8 E0 35 0 3 9 B0 49 43
Octal 155 350 340 65 0 3 11 260 111 103
Binary 1101101 11101000 11100000 110101 0 11 1001 10110000 1001001 1000011

Color Harmonies of #6DE8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE8E0

Black with #6DE8E0

Text Example


Text Example

White with #6DE8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,232,224); }

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

background-color css

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

 a { background-color: rgb(109,232,224); }

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

border-color css

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

 span { border-color: rgb(109,232,224); }

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