Html Css Color HEX #6DEEDD Turquoise Blue

📋 copy color: '#6DEEDD'

red 109 ◦ green 238 ◦ blue 221

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

Shades of Turquoise Blue #6DEEDD

Tints of Turquoise Blue #6DEEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 19.19%
G = 41.9%
B = 38.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#6DEEDD (or 0x6DEEDD) is known color: Turquoise Blue. HEX triplet: 6D, EE and DD. RGB value is (109,238,221). Sum of RGB (Red+Green+Blue) = 109+238+221=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEDD is #921122. Grayscale: #C5C5C5. Windows color (decimal): -9572643 or 14544493. OLE color: 14544493.

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

Color convert

RGB 109 238 221 -
CMYK 0.54 0 0.07 0.07
HSL 172.09º 0.79% 0.68% -
HSV(B) 172.09º 0.54% 0.93% -
XYZ 49.93 69.62 79.21 -
YUV 197.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 109 238 221 0.54 0 0.07 0.07 172.09 0.79 0.68
Hex 6D EE DD 36 0 7 7 AC 4F 44
Octal 155 356 335 66 0 7 7 254 117 104
Binary 1101101 11101110 11011101 110110 0 111 111 10101100 1001111 1000100

Color Harmonies of #6DEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEEDD

Black with #6DEEDD

Text Example


Text Example

White with #6DEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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