Html Css Color HEX #6FEBE6 Turquoise Blue

📋 copy color: '#6FEBE6'

red 111 ◦ green 235 ◦ blue 230

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

Shades of Turquoise Blue #6FEBE6

Tints of Turquoise Blue #6FEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.93%

R = 19.27%
G = 40.8%
B = 39.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#6FEBE6 (or 0x6FEBE6) is known color: Turquoise Blue. HEX triplet: 6F, EB and E6. RGB value is (111,235,230). Sum of RGB (Red+Green+Blue) = 111+235+230=576 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.27% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBE6 is #901419. Grayscale: #C5C5C5. Windows color (decimal): -9442330 or 15133551. OLE color: 15133551.

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

Color convert

RGB 111 235 230 -
CMYK 0.53 0 0.02 0.08
HSL 177.58º 0.76% 0.68% -
HSV(B) 177.58º 0.53% 0.92% -
XYZ 50.55 68.51 85.42 -
YUV 197.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 111 235 230 0.53 0 0.02 0.08 177.58 0.76 0.68
Hex 6F EB E6 35 0 2 8 B2 4C 44
Octal 157 353 346 65 0 2 10 262 114 104
Binary 1101111 11101011 11100110 110101 0 10 1000 10110010 1001100 1000100

Color Harmonies of #6FEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBE6

Black with #6FEBE6

Text Example


Text Example

White with #6FEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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