Html Css Color HEX #6BDED8 Turquoise Blue

📋 copy color: '#6BDED8'

red 107 ◦ green 222 ◦ blue 216

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

Shades of Turquoise Blue #6BDED8

Tints of Turquoise Blue #6BDED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.73%

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 19.63%
G = 40.73%
B = 39.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#6BDED8 (or 0x6BDED8) is known color: Turquoise Blue. HEX triplet: 6B, DE and D8. RGB value is (107,222,216). Sum of RGB (Red+Green+Blue) = 107+222+216=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDED8 is #942127. Grayscale: #BABABA. Windows color (decimal): -9707816 or 14212715. OLE color: 14212715.

HSL color Cylindrical-coordinate representation of color #6BDED8: hue angle of 176.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDED8 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 222 216 -
CMYK 0.52 0 0.03 0.13
HSL 176.87º 0.64% 0.65% -
HSV(B) 176.87º 0.52% 0.87% -
XYZ 44.58 60.33 74.26 -
YUV 186.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 107 222 216 0.52 0 0.03 0.13 176.87 0.64 0.65
Hex 6B DE D8 34 0 3 D B1 40 41
Octal 153 336 330 64 0 3 15 261 100 101
Binary 1101011 11011110 11011000 110100 0 11 1101 10110001 1000000 1000001

Color Harmonies of #6BDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDED8

Black with #6BDED8

Text Example


Text Example

White with #6BDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,222,216); }

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

background-color css

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

 a { background-color: rgb(107,222,216); }

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

border-color css

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

 span { border-color: rgb(107,222,216); }

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