Html Css Color HEX #6BDBEC Turquoise Blue

📋 copy color: '#6BDBEC'

red 107 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #6BDBEC

Tints of Turquoise Blue #6BDBEC

RGB

 RED value IS 107 (42.19% from 255) = 19.04%

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

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

R = 19.04%
G = 38.97%
B = 41.99%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BDBEC (or 0x6BDBEC) is known color: Turquoise Blue. HEX triplet: 6B, DB and EC. RGB value is (107,219,236). Sum of RGB (Red+Green+Blue) = 107+219+236=562 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.04% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBEC is #942413. Grayscale: #BBBBBB. Windows color (decimal): -9708564 or 15522667. OLE color: 15522667.

HSL color Cylindrical-coordinate representation of color #6BDBEC: hue angle of 187.91º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDBEC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 219 236 -
CMYK 0.55 0.07 0 0.07
HSL 187.91º 0.77% 0.67% -
HSV(B) 187.91º 0.55% 0.93% -
XYZ 46.54 59.84 88.46 -
YUV 187.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 107 219 236 0.55 0.07 0 0.07 187.91 0.77 0.67
Hex 6B DB EC 37 7 0 7 BC 4D 43
Octal 153 333 354 67 7 0 7 274 115 103
Binary 1101011 11011011 11101100 110111 111 0 111 10111100 1001101 1000011

Color Harmonies of #6BDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBEC

Black with #6BDBEC

Text Example


Text Example

White with #6BDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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