Html Css Color HEX #6FEAEB Turquoise Blue

📋 copy color: '#6FEAEB'

red 111 ◦ green 234 ◦ blue 235

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

Shades of Turquoise Blue #6FEAEB

Tints of Turquoise Blue #6FEAEB

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #6FEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEAEB

Black with #6FEAEB

Text Example


Text Example

White with #6FEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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