Html Css Color HEX #6BD8DE Turquoise Blue

📋 copy color: '#6BD8DE'

red 107 ◦ green 216 ◦ blue 222

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

Shades of Turquoise Blue #6BD8DE

Tints of Turquoise Blue #6BD8DE

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6BD8DE: hue angle of 183.13º 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 #6BD8DE is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 216 222 -
CMYK 0.52 0.03 0 0.13
HSL 183.13º 0.64% 0.65% -
HSV(B) 183.13º 0.52% 0.87% -
XYZ 43.8 57.51 77.9 -
YUV 184.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 107 216 222 0.52 0.03 0 0.13 183.13 0.64 0.65
Hex 6B D8 DE 34 3 0 D B7 40 41
Octal 153 330 336 64 3 0 15 267 100 101
Binary 1101011 11011000 11011110 110100 11 0 1101 10110111 1000000 1000001

Color Harmonies of #6BD8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD8DE

Black with #6BD8DE

Text Example


Text Example

White with #6BD8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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