Html Css Color HEX #6CCDDD Turquoise Blue

📋 copy color: '#6CCDDD'

red 108 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #6CCDDD

Tints of Turquoise Blue #6CCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

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

R = 20.22%
G = 38.39%
B = 41.39%

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

#6CCDDD (or 0x6CCDDD) is known color: Turquoise Blue. HEX triplet: 6C, CD and DD. RGB value is (108,205,221). Sum of RGB (Red+Green+Blue) = 108+205+221=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDDD is #933222. Grayscale: #B1B1B1. Windows color (decimal): -9646627 or 14536044. OLE color: 14536044.

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

Color convert

RGB 108 205 221 -
CMYK 0.51 0.07 0 0.13
HSL 188.5º 0.62% 0.65% -
HSV(B) 188.5º 0.51% 0.87% -
XYZ 41.07 52.07 76.29 -
YUV 177.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 108 205 221 0.51 0.07 0 0.13 188.5 0.62 0.65
Hex 6C CD DD 33 7 0 D BC 3E 41
Octal 154 315 335 63 7 0 15 274 76 101
Binary 1101100 11001101 11011101 110011 111 0 1101 10111100 111110 1000001

Color Harmonies of #6CCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDDD

Black with #6CCDDD

Text Example


Text Example

White with #6CCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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