Html Css Color HEX #6BDBED Turquoise Blue

📋 copy color: '#6BDBED'

red 107 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #6BDBED

Tints of Turquoise Blue #6BDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 19.01%
G = 38.9%
B = 42.1%

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

#6BDBED (or 0x6BDBED) is known color: Turquoise Blue. HEX triplet: 6B, DB and ED. RGB value is (107,219,237). Sum of RGB (Red+Green+Blue) = 107+219+237=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BDBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBED is #942412. Grayscale: #BBBBBB. Windows color (decimal): -9708563 or 15588203. OLE color: 15588203.

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

Color convert

RGB 107 219 237 -
CMYK 0.55 0.08 0 0.07
HSL 188.31º 0.78% 0.67% -
HSV(B) 188.31º 0.55% 0.93% -
XYZ 46.68 59.9 89.22 -
YUV 187.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 107 219 237 0.55 0.08 0 0.07 188.31 0.78 0.67
Hex 6B DB ED 37 8 0 7 BC 4E 43
Octal 153 333 355 67 10 0 7 274 116 103
Binary 1101011 11011011 11101101 110111 1000 0 111 10111100 1001110 1000011

Color Harmonies of #6BDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBED

Black with #6BDBED

Text Example


Text Example

White with #6BDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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