Html Css Color HEX #6CCEDD Turquoise Blue

📋 copy color: '#6CCEDD'

red 108 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #6CCEDD

Tints of Turquoise Blue #6CCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 20.19%
G = 38.5%
B = 41.31%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CCEDD (or 0x6CCEDD) is known color: Turquoise Blue. HEX triplet: 6C, CE and DD. RGB value is (108,206,221). Sum of RGB (Red+Green+Blue) = 108+206+221=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEDD is #933122. Grayscale: #B2B2B2. Windows color (decimal): -9646371 or 14536300. OLE color: 14536300.

HSL color Cylindrical-coordinate representation of color #6CCEDD: hue angle of 187.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCEDD is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 206 221 -
CMYK 0.51 0.07 0 0.13
HSL 187.96º 0.62% 0.65% -
HSV(B) 187.96º 0.51% 0.87% -
XYZ 41.31 52.55 76.37 -
YUV 178.41 152.03 77.78 -
System Red Green Blue C M Y K H S L
Decimal 108 206 221 0.51 0.07 0 0.13 187.96 0.62 0.65
Hex 6C CE DD 33 7 0 D BC 3E 41
Octal 154 316 335 63 7 0 15 274 76 101
Binary 1101100 11001110 11011101 110011 111 0 1101 10111100 111110 1000001

Color Harmonies of #6CCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEDD

Black with #6CCEDD

Text Example


Text Example

White with #6CCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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