Html Css Color HEX #6FEBE8 Turquoise Blue

📋 copy color: '#6FEBE8'

red 111 ◦ green 235 ◦ blue 232

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

Shades of Turquoise Blue #6FEBE8

Tints of Turquoise Blue #6FEBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.14%

R = 19.2%
G = 40.66%
B = 40.14%

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

#6FEBE8 (or 0x6FEBE8) is known color: Turquoise Blue. HEX triplet: 6F, EB and E8. RGB value is (111,235,232). Sum of RGB (Red+Green+Blue) = 111+235+232=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBE8 is #901417. Grayscale: #C5C5C5. Windows color (decimal): -9442328 or 15264623. OLE color: 15264623.

HSL color Cylindrical-coordinate representation of color #6FEBE8: hue angle of 178.55º 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 #6FEBE8 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 235 232 -
CMYK 0.53 0 0.01 0.08
HSL 178.55º 0.76% 0.68% -
HSV(B) 178.55º 0.53% 0.92% -
XYZ 50.83 68.62 86.91 -
YUV 197.58 147.42 66.24 -
System Red Green Blue C M Y K H S L
Decimal 111 235 232 0.53 0 0.01 0.08 178.55 0.76 0.68
Hex 6F EB E8 35 0 1 8 B3 4C 44
Octal 157 353 350 65 0 1 10 263 114 104
Binary 1101111 11101011 11101000 110101 0 1 1000 10110011 1001100 1000100

Color Harmonies of #6FEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBE8

Black with #6FEBE8

Text Example


Text Example

White with #6FEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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