Html Css Color HEX #6FDEDC Turquoise Blue

📋 copy color: '#6FDEDC'

red 111 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #6FDEDC

Tints of Turquoise Blue #6FDEDC

RGB

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

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

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

R = 20.07%
G = 40.14%
B = 39.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6FDEDC (or 0x6FDEDC) is known color: Turquoise Blue. HEX triplet: 6F, DE and DC. RGB value is (111,222,220). Sum of RGB (Red+Green+Blue) = 111+222+220=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEDC is #902123. Grayscale: #BCBCBC. Windows color (decimal): -9445668 or 14474863. OLE color: 14474863.

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

Color convert

RGB 111 222 220 -
CMYK 0.5 0 0.01 0.13
HSL 178.92º 0.63% 0.65% -
HSV(B) 178.92º 0.5% 0.87% -
XYZ 45.6 60.79 77.04 -
YUV 188.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 111 222 220 0.5 0 0.01 0.13 178.92 0.63 0.65
Hex 6F DE DC 32 0 1 D B3 3F 41
Octal 157 336 334 62 0 1 15 263 77 101
Binary 1101111 11011110 11011100 110010 0 1 1101 10110011 111111 1000001

Color Harmonies of #6FDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDEDC

Black with #6FDEDC

Text Example


Text Example

White with #6FDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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