Html Css Color HEX #6FE7DB Turquoise Blue

📋 copy color: '#6FE7DB'

red 111 ◦ green 231 ◦ blue 219

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

Shades of Turquoise Blue #6FE7DB

Tints of Turquoise Blue #6FE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.18%

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 19.79%
G = 41.18%
B = 39.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#6FE7DB (or 0x6FE7DB) is known color: Turquoise Blue. HEX triplet: 6F, E7 and DB. RGB value is (111,231,219). Sum of RGB (Red+Green+Blue) = 111+231+219=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7DB is #901824. Grayscale: #C1C1C1. Windows color (decimal): -9443365 or 14411631. OLE color: 14411631.

HSL color Cylindrical-coordinate representation of color #6FE7DB: hue angle of 174º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7DB is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 231 219 -
CMYK 0.52 0 0.05 0.09
HSL 174º 0.71% 0.67% -
HSV(B) 174º 0.52% 0.91% -
XYZ 47.92 65.65 77.16 -
YUV 193.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 111 231 219 0.52 0 0.05 0.09 174 0.71 0.67
Hex 6F E7 DB 34 0 5 9 AE 47 43
Octal 157 347 333 64 0 5 11 256 107 103
Binary 1101111 11100111 11011011 110100 0 101 1001 10101110 1000111 1000011

Color Harmonies of #6FE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE7DB

Black with #6FE7DB

Text Example


Text Example

White with #6FE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,231,219); }

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

background-color css

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

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

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

border-color css

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

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

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