Html Css Color HEX #6CDCEC Turquoise Blue

📋 copy color: '#6CDCEC'

red 108 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #6CDCEC

Tints of Turquoise Blue #6CDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

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

R = 19.15%
G = 39.01%
B = 41.84%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CDCEC (or 0x6CDCEC) is known color: Turquoise Blue. HEX triplet: 6C, DC and EC. RGB value is (108,220,236). Sum of RGB (Red+Green+Blue) = 108+220+236=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDCEC is #932313. Grayscale: #BCBCBC. Windows color (decimal): -9642772 or 15522924. OLE color: 15522924.

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

Color convert

RGB 108 220 236 -
CMYK 0.54 0.07 0 0.07
HSL 187.5º 0.77% 0.67% -
HSV(B) 187.5º 0.54% 0.93% -
XYZ 46.92 60.43 88.55 -
YUV 188.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 108 220 236 0.54 0.07 0 0.07 187.5 0.77 0.67
Hex 6C DC EC 36 7 0 7 BC 4D 43
Octal 154 334 354 66 7 0 7 274 115 103
Binary 1101100 11011100 11101100 110110 111 0 111 10111100 1001101 1000011

Color Harmonies of #6CDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCEC

Black with #6CDCEC

Text Example


Text Example

White with #6CDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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