Html Css Color HEX #6BDBEF Turquoise Blue

📋 copy color: '#6BDBEF'

red 107 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #6BDBEF

Tints of Turquoise Blue #6BDBEF

RGB

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

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

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

R = 18.94%
G = 38.76%
B = 42.3%

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

#6BDBEF (or 0x6BDBEF) is known color: Turquoise Blue. HEX triplet: 6B, DB and EF. RGB value is (107,219,239). Sum of RGB (Red+Green+Blue) = 107+219+239=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBEF is #942410. Grayscale: #BBBBBB. Windows color (decimal): -9708561 or 15719275. OLE color: 15719275.

HSL color Cylindrical-coordinate representation of color #6BDBEF: hue angle of 189.09º 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 #6BDBEF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 219 239 -
CMYK 0.55 0.08 0 0.06
HSL 189.09º 0.8% 0.68% -
HSV(B) 189.09º 0.55% 0.94% -
XYZ 46.97 60.02 90.77 -
YUV 187.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 107 219 239 0.55 0.08 0 0.06 189.09 0.8 0.68
Hex 6B DB EF 37 8 0 6 BD 50 44
Octal 153 333 357 67 10 0 6 275 120 104
Binary 1101011 11011011 11101111 110111 1000 0 110 10111101 1010000 1000100

Color Harmonies of #6BDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBEF

Black with #6BDBEF

Text Example


Text Example

White with #6BDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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