Html Css Color HEX #6FEFEB Turquoise Blue

📋 copy color: '#6FEFEB'

red 111 ◦ green 239 ◦ blue 235

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

Shades of Turquoise Blue #6FEFEB

Tints of Turquoise Blue #6FEFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 18.97%
G = 40.85%
B = 40.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#6FEFEB (or 0x6FEFEB) is known color: Turquoise Blue. HEX triplet: 6F, EF and EB. RGB value is (111,239,235). Sum of RGB (Red+Green+Blue) = 111+239+235=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFEB is #901014. Grayscale: #C8C8C8. Windows color (decimal): -9441301 or 15462255. OLE color: 15462255.

HSL color Cylindrical-coordinate representation of color #6FEFEB: hue angle of 178.12º 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 #6FEFEB is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 239 235 -
CMYK 0.54 0 0.02 0.06
HSL 178.13º 0.8% 0.69% -
HSV(B) 178.13º 0.54% 0.94% -
XYZ 52.42 71.11 89.56 -
YUV 200.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 111 239 235 0.54 0 0.02 0.06 178.13 0.8 0.69
Hex 6F EF EB 36 0 2 6 B2 50 45
Octal 157 357 353 66 0 2 6 262 120 105
Binary 1101111 11101111 11101011 110110 0 10 110 10110010 1010000 1000101

Color Harmonies of #6FEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEFEB

Black with #6FEFEB

Text Example


Text Example

White with #6FEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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