Html Css Color HEX #6CDBEF Turquoise Blue

📋 copy color: '#6CDBEF'

red 108 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #6CDBEF

Tints of Turquoise Blue #6CDBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 19.08%
G = 38.69%
B = 42.23%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CDBEF (or 0x6CDBEF) is known color: Turquoise Blue. HEX triplet: 6C, DB and EF. RGB value is (108,219,239). Sum of RGB (Red+Green+Blue) = 108+219+239=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBEF is #932410. Grayscale: #BBBBBB. Windows color (decimal): -9643025 or 15719276. OLE color: 15719276.

HSL color Cylindrical-coordinate representation of color #6CDBEF: hue angle of 189.16º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDBEF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 219 239 -
CMYK 0.55 0.08 0 0.06
HSL 189.16º 0.8% 0.68% -
HSV(B) 189.16º 0.55% 0.94% -
XYZ 47.1 60.08 90.78 -
YUV 188.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 108 219 239 0.55 0.08 0 0.06 189.16 0.8 0.68
Hex 6C DB EF 37 8 0 6 BD 50 44
Octal 154 333 357 67 10 0 6 275 120 104
Binary 1101100 11011011 11101111 110111 1000 0 110 10111101 1010000 1000100

Color Harmonies of #6CDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBEF

Black with #6CDBEF

Text Example


Text Example

White with #6CDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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