Html Css Color HEX #6FEBDC Turquoise Blue

📋 copy color: '#6FEBDC'

red 111 ◦ green 235 ◦ blue 220

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

Shades of Turquoise Blue #6FEBDC

Tints of Turquoise Blue #6FEBDC

RGB

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

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

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

R = 19.61%
G = 41.52%
B = 38.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6FEBDC (or 0x6FEBDC) is known color: Turquoise Blue. HEX triplet: 6F, EB and DC. RGB value is (111,235,220). Sum of RGB (Red+Green+Blue) = 111+235+220=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBDC is #901423. Grayscale: #C4C4C4. Windows color (decimal): -9442340 or 14478191. OLE color: 14478191.

HSL color Cylindrical-coordinate representation of color #6FEBDC: hue angle of 172.74º 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 #6FEBDC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 235 220 -
CMYK 0.53 0 0.06 0.08
HSL 172.74º 0.76% 0.68% -
HSV(B) 172.74º 0.53% 0.92% -
XYZ 49.18 67.96 78.24 -
YUV 196.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 111 235 220 0.53 0 0.06 0.08 172.74 0.76 0.68
Hex 6F EB DC 35 0 6 8 AD 4C 44
Octal 157 353 334 65 0 6 10 255 114 104
Binary 1101111 11101011 11011100 110101 0 110 1000 10101101 1001100 1000100

Color Harmonies of #6FEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBDC

Black with #6FEBDC

Text Example


Text Example

White with #6FEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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