Html Css Color HEX #6BDBEE Turquoise Blue

📋 copy color: '#6BDBEE'

red 107 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #6BDBEE

Tints of Turquoise Blue #6BDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 18.97%
G = 38.83%
B = 42.2%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BDBEE (or 0x6BDBEE) is known color: Turquoise Blue. HEX triplet: 6B, DB and EE. RGB value is (107,219,238). Sum of RGB (Red+Green+Blue) = 107+219+238=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BDBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBEE is #942411. Grayscale: #BBBBBB. Windows color (decimal): -9708562 or 15653739. OLE color: 15653739.

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

Color convert

RGB 107 219 238 -
CMYK 0.55 0.08 0 0.07
HSL 188.7º 0.79% 0.68% -
HSV(B) 188.7º 0.55% 0.93% -
XYZ 46.83 59.96 89.99 -
YUV 187.68 156.39 70.46 -
System Red Green Blue C M Y K H S L
Decimal 107 219 238 0.55 0.08 0 0.07 188.7 0.79 0.68
Hex 6B DB EE 37 8 0 7 BD 4F 44
Octal 153 333 356 67 10 0 7 275 117 104
Binary 1101011 11011011 11101110 110111 1000 0 111 10111101 1001111 1000100

Color Harmonies of #6BDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBEE

Black with #6BDBEE

Text Example


Text Example

White with #6BDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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