Html Css Color HEX #6CCCE0 Turquoise Blue

📋 copy color: '#6CCCE0'

red 108 ◦ green 204 ◦ blue 224

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

Shades of Turquoise Blue #6CCCE0

Tints of Turquoise Blue #6CCCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 20.15%
G = 38.06%
B = 41.79%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6CCCE0 (or 0x6CCCE0) is known color: Turquoise Blue. HEX triplet: 6C, CC and E0. RGB value is (108,204,224). Sum of RGB (Red+Green+Blue) = 108+204+224=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCE0 is #93331F. Grayscale: #B1B1B1. Windows color (decimal): -9646880 or 14732396. OLE color: 14732396.

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

Color convert

RGB 108 204 224 -
CMYK 0.52 0.09 0 0.12
HSL 190.34º 0.65% 0.65% -
HSV(B) 190.34º 0.52% 0.88% -
XYZ 41.23 51.76 78.34 -
YUV 177.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 108 204 224 0.52 0.09 0 0.12 190.34 0.65 0.65
Hex 6C CC E0 34 9 0 C BE 41 41
Octal 154 314 340 64 11 0 14 276 101 101
Binary 1101100 11001100 11100000 110100 1001 0 1100 10111110 1000001 1000001

Color Harmonies of #6CCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCE0

Black with #6CCCE0

Text Example


Text Example

White with #6CCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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