Html Css Color HEX #6BDBEB Turquoise Blue

📋 copy color: '#6BDBEB'

red 107 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #6BDBEB

Tints of Turquoise Blue #6BDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 19.07%
G = 39.04%
B = 41.89%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BDBEB (or 0x6BDBEB) is known color: Turquoise Blue. HEX triplet: 6B, DB and EB. RGB value is (107,219,235). Sum of RGB (Red+Green+Blue) = 107+219+235=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBEB is #942414. Grayscale: #BBBBBB. Windows color (decimal): -9708565 or 15457131. OLE color: 15457131.

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

Color convert

RGB 107 219 235 -
CMYK 0.54 0.07 0 0.08
HSL 187.5º 0.76% 0.67% -
HSV(B) 187.5º 0.54% 0.92% -
XYZ 46.39 59.79 87.69 -
YUV 187.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 107 219 235 0.54 0.07 0 0.08 187.5 0.76 0.67
Hex 6B DB EB 36 7 0 8 BC 4C 43
Octal 153 333 353 66 7 0 10 274 114 103
Binary 1101011 11011011 11101011 110110 111 0 1000 10111100 1001100 1000011

Color Harmonies of #6BDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBEB

Black with #6BDBEB

Text Example


Text Example

White with #6BDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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