Html Css Color HEX #6FEBEA Turquoise Blue

📋 copy color: '#6FEBEA'

red 111 ◦ green 235 ◦ blue 234

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

Shades of Turquoise Blue #6FEBEA

Tints of Turquoise Blue #6FEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 19.14%
G = 40.52%
B = 40.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#6FEBEA (or 0x6FEBEA) is known color: Turquoise Blue. HEX triplet: 6F, EB and EA. RGB value is (111,235,234). Sum of RGB (Red+Green+Blue) = 111+235+234=580 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.14% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBEA is #901415. Grayscale: #C5C5C5. Windows color (decimal): -9442326 or 15395695. OLE color: 15395695.

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

Color convert

RGB 111 235 234 -
CMYK 0.53 0 0.00 0.08
HSL 179.52º 0.76% 0.68% -
HSV(B) 179.52º 0.53% 0.92% -
XYZ 51.12 68.74 88.42 -
YUV 197.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 111 235 234 0.53 0 0.00 0.08 179.52 0.76 0.68
Hex 6F EB EA 35 0 0 8 B4 4C 44
Octal 157 353 352 65 0 0 10 264 114 104
Binary 1101111 11101011 11101010 110101 0 0 1000 10110100 1001100 1000100

Color Harmonies of #6FEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBEA

Black with #6FEBEA

Text Example


Text Example

White with #6FEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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