Html Css Color HEX #6FE7E1 Turquoise Blue

📋 copy color: '#6FE7E1'

red 111 ◦ green 231 ◦ blue 225

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

Shades of Turquoise Blue #6FE7E1

Tints of Turquoise Blue #6FE7E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.68%

R = 19.58%
G = 40.74%
B = 39.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#6FE7E1 (or 0x6FE7E1) is known color: Turquoise Blue. HEX triplet: 6F, E7 and E1. RGB value is (111,231,225). Sum of RGB (Red+Green+Blue) = 111+231+225=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7E1 is #90181E. Grayscale: #C2C2C2. Windows color (decimal): -9443359 or 14804847. OLE color: 14804847.

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

Color convert

RGB 111 231 225 -
CMYK 0.52 0 0.03 0.09
HSL 177º 0.71% 0.67% -
HSV(B) 177º 0.52% 0.91% -
XYZ 48.72 65.97 81.4 -
YUV 194.44 145.24 68.49 -
System Red Green Blue C M Y K H S L
Decimal 111 231 225 0.52 0 0.03 0.09 177 0.71 0.67
Hex 6F E7 E1 34 0 3 9 B1 47 43
Octal 157 347 341 64 0 3 11 261 107 103
Binary 1101111 11100111 11100001 110100 0 11 1001 10110001 1000111 1000011

Color Harmonies of #6FE7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE7E1

Black with #6FE7E1

Text Example


Text Example

White with #6FE7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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