Html Css Color HEX #6FEBDB Turquoise Blue

📋 copy color: '#6FEBDB'

red 111 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #6FEBDB

Tints of Turquoise Blue #6FEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

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

R = 19.65%
G = 41.59%
B = 38.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#6FEBDB (or 0x6FEBDB) is known color: Turquoise Blue. HEX triplet: 6F, EB and DB. RGB value is (111,235,219). Sum of RGB (Red+Green+Blue) = 111+235+219=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBDB is #901424. Grayscale: #C4C4C4. Windows color (decimal): -9442341 or 14412655. OLE color: 14412655.

HSL color Cylindrical-coordinate representation of color #6FEBDB: hue angle of 172.26º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBDB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 235 219 -
CMYK 0.53 0 0.07 0.08
HSL 172.26º 0.76% 0.68% -
HSV(B) 172.26º 0.53% 0.92% -
XYZ 49.05 67.91 77.54 -
YUV 196.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 111 235 219 0.53 0 0.07 0.08 172.26 0.76 0.68
Hex 6F EB DB 35 0 7 8 AC 4C 44
Octal 157 353 333 65 0 7 10 254 114 104
Binary 1101111 11101011 11011011 110101 0 111 1000 10101100 1001100 1000100

Color Harmonies of #6FEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBDB

Black with #6FEBDB

Text Example


Text Example

White with #6FEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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