Html Css Color HEX #6CDBEC Turquoise Blue

📋 copy color: '#6CDBEC'

red 108 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #6CDBEC

Tints of Turquoise Blue #6CDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.9%

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

R = 19.18%
G = 38.9%
B = 41.92%

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

#6CDBEC (or 0x6CDBEC) is known color: Turquoise Blue. HEX triplet: 6C, DB and EC. RGB value is (108,219,236). Sum of RGB (Red+Green+Blue) = 108+219+236=563 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.18% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBEC is #932413. Grayscale: #BBBBBB. Windows color (decimal): -9643028 or 15522668. OLE color: 15522668.

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

Color convert

RGB 108 219 236 -
CMYK 0.54 0.07 0 0.07
HSL 187.97º 0.77% 0.67% -
HSV(B) 187.97º 0.54% 0.93% -
XYZ 46.66 59.91 88.46 -
YUV 187.75 155.23 71.12 -
System Red Green Blue C M Y K H S L
Decimal 108 219 236 0.54 0.07 0 0.07 187.97 0.77 0.67
Hex 6C DB EC 36 7 0 7 BC 4D 43
Octal 154 333 354 66 7 0 7 274 115 103
Binary 1101100 11011011 11101100 110110 111 0 111 10111100 1001101 1000011

Color Harmonies of #6CDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBEC

Black with #6CDBEC

Text Example


Text Example

White with #6CDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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