Html Css Color HEX #6FDCD4 Turquoise Blue

📋 copy color: '#6FDCD4'

red 111 ◦ green 220 ◦ blue 212

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

Shades of Turquoise Blue #6FDCD4

Tints of Turquoise Blue #6FDCD4

RGB

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

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

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

R = 20.44%
G = 40.52%
B = 39.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#6FDCD4 (or 0x6FDCD4) is known color: Turquoise Blue. HEX triplet: 6F, DC and D4. RGB value is (111,220,212). Sum of RGB (Red+Green+Blue) = 111+220+212=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCD4 is #90232B. Grayscale: #BABABA. Windows color (decimal): -9446188 or 13950063. OLE color: 13950063.

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

Color convert

RGB 111 220 212 -
CMYK 0.50 0 0.04 0.14
HSL 175.6º 0.61% 0.65% -
HSV(B) 175.6º 0.5% 0.86% -
XYZ 44.03 59.32 71.42 -
YUV 186.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 111 220 212 0.50 0 0.04 0.14 175.6 0.61 0.65
Hex 6F DC D4 32 0 4 E B0 3D 41
Octal 157 334 324 62 0 4 16 260 75 101
Binary 1101111 11011100 11010100 110010 0 100 1110 10110000 111101 1000001

Color Harmonies of #6FDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCD4

Black with #6FDCD4

Text Example


Text Example

White with #6FDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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