Html Css Color HEX #6CDDE8 Turquoise Blue

📋 copy color: '#6CDDE8'

red 108 ◦ green 221 ◦ blue 232

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

Shades of Turquoise Blue #6CDDE8

Tints of Turquoise Blue #6CDDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.35%

R = 19.25%
G = 39.39%
B = 41.35%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6CDDE8 (or 0x6CDDE8) is known color: Turquoise Blue. HEX triplet: 6C, DD and E8. RGB value is (108,221,232). Sum of RGB (Red+Green+Blue) = 108+221+232=561 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.25% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CDDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDDE8 is #932217. Grayscale: #BCBCBC. Windows color (decimal): -9642520 or 15261036. OLE color: 15261036.

HSL color Cylindrical-coordinate representation of color #6CDDE8: hue angle of 185.32º 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 #6CDDE8 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 221 232 -
CMYK 0.53 0.05 0 0.09
HSL 185.32º 0.73% 0.67% -
HSV(B) 185.32º 0.53% 0.91% -
XYZ 46.61 60.73 85.61 -
YUV 188.47 152.56 70.61 -
System Red Green Blue C M Y K H S L
Decimal 108 221 232 0.53 0.05 0 0.09 185.32 0.73 0.67
Hex 6C DD E8 35 5 0 9 B9 49 43
Octal 154 335 350 65 5 0 11 271 111 103
Binary 1101100 11011101 11101000 110101 101 0 1001 10111001 1001001 1000011

Color Harmonies of #6CDDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDE8

Black with #6CDDE8

Text Example


Text Example

White with #6CDDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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