Html Css Color HEX #6FE5DC Turquoise Blue

📋 copy color: '#6FE5DC'

red 111 ◦ green 229 ◦ blue 220

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

Shades of Turquoise Blue #6FE5DC

Tints of Turquoise Blue #6FE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.89%

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

R = 19.82%
G = 40.89%
B = 39.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#6FE5DC (or 0x6FE5DC) is known color: Turquoise Blue. HEX triplet: 6F, E5 and DC. RGB value is (111,229,220). Sum of RGB (Red+Green+Blue) = 111+229+220=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5DC is #901A23. Grayscale: #C0C0C0. Windows color (decimal): -9443876 or 14476655. OLE color: 14476655.

HSL color Cylindrical-coordinate representation of color #6FE5DC: hue angle of 175.42º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5DC is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 229 220 -
CMYK 0.52 0 0.04 0.10
HSL 175.42º 0.69% 0.67% -
HSV(B) 175.42º 0.52% 0.9% -
XYZ 47.49 64.59 77.67 -
YUV 192.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 111 229 220 0.52 0 0.04 0.10 175.42 0.69 0.67
Hex 6F E5 DC 34 0 4 A AF 45 43
Octal 157 345 334 64 0 4 12 257 105 103
Binary 1101111 11100101 11011100 110100 0 100 1010 10101111 1000101 1000011

Color Harmonies of #6FE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE5DC

Black with #6FE5DC

Text Example


Text Example

White with #6FE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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