Html Css Color HEX #6FDBDC Turquoise Blue

📋 copy color: '#6FDBDC'

red 111 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #6FDBDC

Tints of Turquoise Blue #6FDBDC

RGB

 RED value IS 111 (43.75% from 255) = 20.18%

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 20.18%
G = 39.82%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FDBDC (or 0x6FDBDC) is known color: Turquoise Blue. HEX triplet: 6F, DB and DC. RGB value is (111,219,220). Sum of RGB (Red+Green+Blue) = 111+219+220=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FDBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBDC is #902423. Grayscale: #BABABA. Windows color (decimal): -9446436 or 14474095. OLE color: 14474095.

HSL color Cylindrical-coordinate representation of color #6FDBDC: hue angle of 180.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDBDC is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 219 220 -
CMYK 0.50 0.00 0 0.14
HSL 180.55º 0.61% 0.65% -
HSV(B) 180.55º 0.5% 0.86% -
XYZ 44.81 59.21 76.78 -
YUV 186.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 111 219 220 0.50 0.00 0 0.14 180.55 0.61 0.65
Hex 6F DB DC 32 0 0 E B5 3D 41
Octal 157 333 334 62 0 0 16 265 75 101
Binary 1101111 11011011 11011100 110010 0 0 1110 10110101 111101 1000001

Color Harmonies of #6FDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDBDC

Black with #6FDBDC

Text Example


Text Example

White with #6FDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,219,220); }

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

background-color css

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

 a { background-color: rgb(111,219,220); }

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

border-color css

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

 span { border-color: rgb(111,219,220); }

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