Html Css Color HEX #6FDFDC Turquoise Blue

📋 copy color: '#6FDFDC'

red 111 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #6FDFDC

Tints of Turquoise Blue #6FDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

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

R = 20.04%
G = 40.25%
B = 39.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6FDFDC (or 0x6FDFDC) is known color: Turquoise Blue. HEX triplet: 6F, DF and DC. RGB value is (111,223,220). Sum of RGB (Red+Green+Blue) = 111+223+220=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFDC is #902023. Grayscale: #BDBDBD. Windows color (decimal): -9445412 or 14475119. OLE color: 14475119.

HSL color Cylindrical-coordinate representation of color #6FDFDC: hue angle of 178.39º degrees, saturation: 0.64, 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 #6FDFDC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 223 220 -
CMYK 0.50 0 0.01 0.13
HSL 178.39º 0.64% 0.65% -
HSV(B) 178.39º 0.5% 0.87% -
XYZ 45.86 61.32 77.13 -
YUV 189.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 111 223 220 0.50 0 0.01 0.13 178.39 0.64 0.65
Hex 6F DF DC 32 0 1 D B2 40 41
Octal 157 337 334 62 0 1 15 262 100 101
Binary 1101111 11011111 11011100 110010 0 1 1101 10110010 1000000 1000001

Color Harmonies of #6FDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFDC

Black with #6FDFDC

Text Example


Text Example

White with #6FDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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