Html Css Color HEX #6BDBEA Turquoise Blue

📋 copy color: '#6BDBEA'

red 107 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #6BDBEA

Tints of Turquoise Blue #6BDBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 19.11%
G = 39.11%
B = 41.79%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BDBEA (or 0x6BDBEA) is known color: Turquoise Blue. HEX triplet: 6B, DB and EA. RGB value is (107,219,234). Sum of RGB (Red+Green+Blue) = 107+219+234=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BDBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBEA is #942415. Grayscale: #BBBBBB. Windows color (decimal): -9708566 or 15391595. OLE color: 15391595.

HSL color Cylindrical-coordinate representation of color #6BDBEA: hue angle of 187.09º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BDBEA is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 219 234 -
CMYK 0.54 0.06 0 0.08
HSL 187.09º 0.75% 0.67% -
HSV(B) 187.09º 0.54% 0.92% -
XYZ 46.25 59.73 86.93 -
YUV 187.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 107 219 234 0.54 0.06 0 0.08 187.09 0.75 0.67
Hex 6B DB EA 36 6 0 8 BB 4B 43
Octal 153 333 352 66 6 0 10 273 113 103
Binary 1101011 11011011 11101010 110110 110 0 1000 10111011 1001011 1000011

Color Harmonies of #6BDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBEA

Black with #6BDBEA

Text Example


Text Example

White with #6BDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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