Html Css Color HEX #6FDCDC Turquoise Blue

📋 copy color: '#6FDCDC'

red 111 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #6FDCDC

Tints of Turquoise Blue #6FDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

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

R = 20.15%
G = 39.93%
B = 39.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FDCDC (or 0x6FDCDC) is known color: Turquoise Blue. HEX triplet: 6F, DC and DC. RGB value is (111,220,220). Sum of RGB (Red+Green+Blue) = 111+220+220=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #6FDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCDC is #902323. Grayscale: #BBBBBB. Windows color (decimal): -9446180 or 14474351. OLE color: 14474351.

HSL color Cylindrical-coordinate representation of color #6FDCDC: hue angle of 180º 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 #6FDCDC is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 220 -
CMYK 0.50 0 0 0.14
HSL 180º 0.61% 0.65% -
HSV(B) 180º 0.5% 0.86% -
XYZ 45.07 59.73 76.86 -
YUV 187.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 111 220 220 0.50 0 0 0.14 180 0.61 0.65
Hex 6F DC DC 32 0 0 E B4 3D 41
Octal 157 334 334 62 0 0 16 264 75 101
Binary 1101111 11011100 11011100 110010 0 0 1110 10110100 111101 1000001

Color Harmonies of #6FDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCDC

Black with #6FDCDC

Text Example


Text Example

White with #6FDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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