Html Css Color HEX #6BD8D4 Turquoise Blue

📋 copy color: '#6BD8D4'

red 107 ◦ green 216 ◦ blue 212

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

Shades of Turquoise Blue #6BD8D4

Tints of Turquoise Blue #6BD8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 20%
G = 40.37%
B = 39.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#6BD8D4 (or 0x6BD8D4) is known color: Turquoise Blue. HEX triplet: 6B, D8 and D4. RGB value is (107,216,212). Sum of RGB (Red+Green+Blue) = 107+216+212=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8D4 is #94272B. Grayscale: #B6B6B6. Windows color (decimal): -9709356 or 13949035. OLE color: 13949035.

HSL color Cylindrical-coordinate representation of color #6BD8D4: hue angle of 177.8º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD8D4 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 216 212 -
CMYK 0.50 0 0.02 0.15
HSL 177.8º 0.58% 0.63% -
HSV(B) 177.8º 0.5% 0.85% -
XYZ 42.5 56.99 71.05 -
YUV 182.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 107 216 212 0.50 0 0.02 0.15 177.8 0.58 0.63
Hex 6B D8 D4 32 0 2 F B2 3A 3F
Octal 153 330 324 62 0 2 17 262 72 77
Binary 1101011 11011000 11010100 110010 0 10 1111 10110010 111010 111111

Color Harmonies of #6BD8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD8D4

Black with #6BD8D4

Text Example


Text Example

White with #6BD8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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