Html Css Color HEX #6FEBE9 Turquoise Blue

📋 copy color: '#6FEBE9'

red 111 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #6FEBE9

Tints of Turquoise Blue #6FEBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.59%

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 19.17%
G = 40.59%
B = 40.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#6FEBE9 (or 0x6FEBE9) is known color: Turquoise Blue. HEX triplet: 6F, EB and E9. RGB value is (111,235,233). Sum of RGB (Red+Green+Blue) = 111+235+233=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBE9 is #901416. Grayscale: #C5C5C5. Windows color (decimal): -9442327 or 15330159. OLE color: 15330159.

HSL color Cylindrical-coordinate representation of color #6FEBE9: hue angle of 179.03º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBE9 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 235 233 -
CMYK 0.53 0 0.01 0.08
HSL 179.03º 0.76% 0.68% -
HSV(B) 179.03º 0.53% 0.92% -
XYZ 50.97 68.68 87.66 -
YUV 197.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 111 235 233 0.53 0 0.01 0.08 179.03 0.76 0.68
Hex 6F EB E9 35 0 1 8 B3 4C 44
Octal 157 353 351 65 0 1 10 263 114 104
Binary 1101111 11101011 11101001 110101 0 1 1000 10110011 1001100 1000100

Color Harmonies of #6FEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBE9

Black with #6FEBE9

Text Example


Text Example

White with #6FEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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