Html Css Color HEX #6FEDE7 Turquoise Blue

📋 copy color: '#6FEDE7'

red 111 ◦ green 237 ◦ blue 231

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

Shades of Turquoise Blue #6FEDE7

Tints of Turquoise Blue #6FEDE7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.93%

 BLUE value IS 231 (90.63% from 255) = 39.9%

R = 19.17%
G = 40.93%
B = 39.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#6FEDE7 (or 0x6FEDE7) is known color: Turquoise Blue. HEX triplet: 6F, ED and E7. RGB value is (111,237,231). Sum of RGB (Red+Green+Blue) = 111+237+231=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDE7 is #901218. Grayscale: #C6C6C6. Windows color (decimal): -9441817 or 15199599. OLE color: 15199599.

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

Color convert

RGB 111 237 231 -
CMYK 0.53 0 0.03 0.07
HSL 177.14º 0.78% 0.68% -
HSV(B) 177.14º 0.53% 0.93% -
XYZ 51.26 69.72 86.36 -
YUV 198.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 111 237 231 0.53 0 0.03 0.07 177.14 0.78 0.68
Hex 6F ED E7 35 0 3 7 B1 4E 44
Octal 157 355 347 65 0 3 7 261 116 104
Binary 1101111 11101101 11100111 110101 0 11 111 10110001 1001110 1000100

Color Harmonies of #6FEDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDE7

Black with #6FEDE7

Text Example


Text Example

White with #6FEDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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