Html Css Color HEX #6DDCE0 Turquoise Blue

📋 copy color: '#6DDCE0'

red 109 ◦ green 220 ◦ blue 224

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

Shades of Turquoise Blue #6DDCE0

Tints of Turquoise Blue #6DDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

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

R = 19.71%
G = 39.78%
B = 40.51%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6DDCE0 (or 0x6DDCE0) is known color: Turquoise Blue. HEX triplet: 6D, DC and E0. RGB value is (109,220,224). Sum of RGB (Red+Green+Blue) = 109+220+224=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DDCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCE0 is #92231F. Grayscale: #BBBBBB. Windows color (decimal): -9577248 or 14736493. OLE color: 14736493.

HSL color Cylindrical-coordinate representation of color #6DDCE0: hue angle of 182.09º 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 #6DDCE0 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 109 220 224 -
CMYK 0.51 0.02 0 0.12
HSL 182.09º 0.65% 0.65% -
HSV(B) 182.09º 0.51% 0.88% -
XYZ 45.35 59.82 79.68 -
YUV 187.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 109 220 224 0.51 0.02 0 0.12 182.09 0.65 0.65
Hex 6D DC E0 33 2 0 C B6 41 41
Octal 155 334 340 63 2 0 14 266 101 101
Binary 1101101 11011100 11100000 110011 10 0 1100 10110110 1000001 1000001

Color Harmonies of #6DDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCE0

Black with #6DDCE0

Text Example


Text Example

White with #6DDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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