Html Css Color HEX #6CDDE0 Turquoise Blue

📋 copy color: '#6CDDE0'

red 108 ◦ green 221 ◦ blue 224

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

Shades of Turquoise Blue #6CDDE0

Tints of Turquoise Blue #6CDDE0

RGB

 RED value IS 108 (42.58% from 255) = 19.53%

 GREEN value IS 221 (86.72% from 255) = 39.96%

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

R = 19.53%
G = 39.96%
B = 40.51%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6CDDE0 (or 0x6CDDE0) is known color: Turquoise Blue. HEX triplet: 6C, DD and E0. RGB value is (108,221,224). Sum of RGB (Red+Green+Blue) = 108+221+224=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 221 (86.72% from 255 or 39.96% 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 #6CDDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDE0 is #93221F. Grayscale: #BBBBBB. Windows color (decimal): -9642528 or 14736748. OLE color: 14736748.

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

Color convert

RGB 108 221 224 -
CMYK 0.52 0.01 0 0.12
HSL 181.55º 0.65% 0.65% -
HSV(B) 181.55º 0.52% 0.88% -
XYZ 45.5 60.28 79.76 -
YUV 187.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 108 221 224 0.52 0.01 0 0.12 181.55 0.65 0.65
Hex 6C DD E0 34 1 0 C B6 41 41
Octal 154 335 340 64 1 0 14 266 101 101
Binary 1101100 11011101 11100000 110100 1 0 1100 10110110 1000001 1000001

Color Harmonies of #6CDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDE0

Black with #6CDDE0

Text Example


Text Example

White with #6CDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,221,224); }

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

background-color css

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

 a { background-color: rgb(108,221,224); }

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

border-color css

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

 span { border-color: rgb(108,221,224); }

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