Html Css Color HEX #6DD9E0 Turquoise Blue

📋 copy color: '#6DD9E0'

red 109 ◦ green 217 ◦ blue 224

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

Shades of Turquoise Blue #6DD9E0

Tints of Turquoise Blue #6DD9E0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.45%

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

R = 19.82%
G = 39.45%
B = 40.73%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6DD9E0 (or 0x6DD9E0) is known color: Turquoise Blue. HEX triplet: 6D, D9 and E0. RGB value is (109,217,224). Sum of RGB (Red+Green+Blue) = 109+217+224=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DD9E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9E0 is #92261F. Grayscale: #B9B9B9. Windows color (decimal): -9578016 or 14735725. OLE color: 14735725.

HSL color Cylindrical-coordinate representation of color #6DD9E0: hue angle of 183.65º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DD9E0 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 109 217 224 -
CMYK 0.51 0.03 0 0.12
HSL 183.65º 0.65% 0.65% -
HSV(B) 183.65º 0.51% 0.88% -
XYZ 44.57 58.26 79.42 -
YUV 185.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 109 217 224 0.51 0.03 0 0.12 183.65 0.65 0.65
Hex 6D D9 E0 33 3 0 C B8 41 41
Octal 155 331 340 63 3 0 14 270 101 101
Binary 1101101 11011001 11100000 110011 11 0 1100 10111000 1000001 1000001

Color Harmonies of #6DD9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD9E0

Black with #6DD9E0

Text Example


Text Example

White with #6DD9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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