Html Css Color HEX #6FE6E0 Turquoise Blue

📋 copy color: '#6FE6E0'

red 111 ◦ green 230 ◦ blue 224

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

Shades of Turquoise Blue #6FE6E0

Tints of Turquoise Blue #6FE6E0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.71%

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 19.65%
G = 40.71%
B = 39.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#6FE6E0 (or 0x6FE6E0) is known color: Turquoise Blue. HEX triplet: 6F, E6 and E0. RGB value is (111,230,224). Sum of RGB (Red+Green+Blue) = 111+230+224=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6E0 is #90191F. Grayscale: #C1C1C1. Windows color (decimal): -9443616 or 14739055. OLE color: 14739055.

HSL color Cylindrical-coordinate representation of color #6FE6E0: hue angle of 176.97º degrees, saturation: 0.7, 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 #6FE6E0 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 230 224 -
CMYK 0.52 0 0.03 0.10
HSL 176.97º 0.7% 0.67% -
HSV(B) 176.97º 0.52% 0.9% -
XYZ 48.31 65.35 80.59 -
YUV 193.74 145.08 68.99 -
System Red Green Blue C M Y K H S L
Decimal 111 230 224 0.52 0 0.03 0.10 176.97 0.7 0.67
Hex 6F E6 E0 34 0 3 A B1 46 43
Octal 157 346 340 64 0 3 12 261 106 103
Binary 1101111 11100110 11100000 110100 0 11 1010 10110001 1000110 1000011

Color Harmonies of #6FE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE6E0

Black with #6FE6E0

Text Example


Text Example

White with #6FE6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,230,224); }

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

background-color css

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

 a { background-color: rgb(111,230,224); }

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

border-color css

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

 span { border-color: rgb(111,230,224); }

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