Html Css Color HEX #6FEBED Turquoise Blue

📋 copy color: '#6FEBED'

red 111 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #6FEBED

Tints of Turquoise Blue #6FEBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 19.04%
G = 40.31%
B = 40.65%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FEBED (or 0x6FEBED) is known color: Turquoise Blue. HEX triplet: 6F, EB and ED. RGB value is (111,235,237). Sum of RGB (Red+Green+Blue) = 111+235+237=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FEBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBED is #901412. Grayscale: #C6C6C6. Windows color (decimal): -9442323 or 15592303. OLE color: 15592303.

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

Color convert

RGB 111 235 237 -
CMYK 0.53 0.01 0 0.07
HSL 180.95º 0.78% 0.68% -
HSV(B) 180.95º 0.53% 0.93% -
XYZ 51.55 68.91 90.7 -
YUV 198.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 111 235 237 0.53 0.01 0 0.07 180.95 0.78 0.68
Hex 6F EB ED 35 1 0 7 B5 4E 44
Octal 157 353 355 65 1 0 7 265 116 104
Binary 1101111 11101011 11101101 110101 1 0 111 10110101 1001110 1000100

Color Harmonies of #6FEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBED

Black with #6FEBED

Text Example


Text Example

White with #6FEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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