Html Css Color HEX #6FD7D3 Turquoise Blue

📋 copy color: '#6FD7D3'

red 111 ◦ green 215 ◦ blue 211

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

Shades of Turquoise Blue #6FD7D3

Tints of Turquoise Blue #6FD7D3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.04%

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 20.67%
G = 40.04%
B = 39.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#6FD7D3 (or 0x6FD7D3) is known color: Turquoise Blue. HEX triplet: 6F, D7 and D3. RGB value is (111,215,211). Sum of RGB (Red+Green+Blue) = 111+215+211=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7D3 is #90282C. Grayscale: #B7B7B7. Windows color (decimal): -9447469 or 13883247. OLE color: 13883247.

HSL color Cylindrical-coordinate representation of color #6FD7D3: hue angle of 177.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD7D3 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 215 211 -
CMYK 0.48 0 0.02 0.16
HSL 177.69º 0.57% 0.64% -
HSV(B) 177.69º 0.48% 0.84% -
XYZ 42.61 56.68 70.32 -
YUV 183.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 111 215 211 0.48 0 0.02 0.16 177.69 0.57 0.64
Hex 6F D7 D3 30 0 2 10 B2 39 40
Octal 157 327 323 60 0 2 20 262 71 100
Binary 1101111 11010111 11010011 110000 0 10 10000 10110010 111001 1000000

Color Harmonies of #6FD7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD7D3

Black with #6FD7D3

Text Example


Text Example

White with #6FD7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,215,211); }

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

background-color css

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

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

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

border-color css

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

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

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