Html Css Color HEX #6CDDEC Turquoise Blue

📋 copy color: '#6CDDEC'

red 108 ◦ green 221 ◦ blue 236

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

Shades of Turquoise Blue #6CDDEC

Tints of Turquoise Blue #6CDDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 19.12%
G = 39.12%
B = 41.77%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CDDEC (or 0x6CDDEC) is known color: Turquoise Blue. HEX triplet: 6C, DD and EC. RGB value is (108,221,236). Sum of RGB (Red+Green+Blue) = 108+221+236=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDDEC is #932213. Grayscale: #BCBCBC. Windows color (decimal): -9642516 or 15523180. OLE color: 15523180.

HSL color Cylindrical-coordinate representation of color #6CDDEC: hue angle of 187.03º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CDDEC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 221 236 -
CMYK 0.54 0.06 0 0.07
HSL 187.03º 0.77% 0.67% -
HSV(B) 187.03º 0.54% 0.93% -
XYZ 47.18 60.96 88.64 -
YUV 188.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 108 221 236 0.54 0.06 0 0.07 187.03 0.77 0.67
Hex 6C DD EC 36 6 0 7 BB 4D 43
Octal 154 335 354 66 6 0 7 273 115 103
Binary 1101100 11011101 11101100 110110 110 0 111 10111011 1001101 1000011

Color Harmonies of #6CDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDEC

Black with #6CDDEC

Text Example


Text Example

White with #6CDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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