Html Css Color HEX #6FEFE7 Turquoise Blue

📋 copy color: '#6FEFE7'

red 111 ◦ green 239 ◦ blue 231

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

Shades of Turquoise Blue #6FEFE7

Tints of Turquoise Blue #6FEFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.14%

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

R = 19.1%
G = 41.14%
B = 39.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#6FEFE7 (or 0x6FEFE7) is known color: Turquoise Blue. HEX triplet: 6F, EF and E7. RGB value is (111,239,231). Sum of RGB (Red+Green+Blue) = 111+239+231=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFE7 is #901018. Grayscale: #C7C7C7. Windows color (decimal): -9441305 or 15200111. OLE color: 15200111.

HSL color Cylindrical-coordinate representation of color #6FEFE7: hue angle of 176.25º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFE7 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 239 231 -
CMYK 0.54 0 0.03 0.06
HSL 176.25º 0.8% 0.69% -
HSV(B) 176.25º 0.54% 0.94% -
XYZ 51.85 70.88 86.55 -
YUV 199.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 111 239 231 0.54 0 0.03 0.06 176.25 0.8 0.69
Hex 6F EF E7 36 0 3 6 B0 50 45
Octal 157 357 347 66 0 3 6 260 120 105
Binary 1101111 11101111 11100111 110110 0 11 110 10110000 1010000 1000101

Color Harmonies of #6FEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEFE7

Black with #6FEFE7

Text Example


Text Example

White with #6FEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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