#08EBCA

Color #08EBCA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #08EBCA

Tints of Bright Turquoise #08EBCA

Color information

#08EBCA (or 0x08EBCA) is unknown color: approx Bright Turquoise. HEX triplet: 08, EB and CA. RGB value is (8,235,202). Sum of RGB (Red+Green+Blue) = 8+235+202=445 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #08EBCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EBCA is #F71435. Grayscale: #A3A3A3. Windows color (decimal): -16192566 or 13298440. OLE color: 13298440.

HSL color Cylindrical-coordinate representation of color #08EBCA: hue angle of 171.28º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EBCA is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB8235202-
CMYK0.9700.140.08
HSL171.28º93.42%47.65%-
HSV(B)171.28º96.6%92.16%-
XYZ40.4763.7366.05-
YUV163.36149.7917.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.80%
GREEN value IS 235 (92.19% from 255) = 52.81%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=1.80%
G=52.81%
B=45.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82352020.9700.140.08171.2893.4247.65
Hex8EBCA610E8ab5d30
Octal103533121410161025313560
Binary100011101011110010101100001011101000101010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08EBCA; }

 p { color: rgb(8,235,202); }

 H1.HeaderClassName
 {
   color: #08EBCA;
 }
 .AnyTagClassName
 {
   color: #08EBCA;
 }
</style>
background-color css

<style>
 a { background-color: #08EBCA; }

 a { background-color: rgb(8,235,202); }

 div.DivClassName
 {
   background-color: #08EBCA;
 }
 .BgClassName
 {
   background-color: #08EBCA;
 }
</style>
border-color css

<style>
 span { border-color: #08EBCA; }

 span { border-color: rgb(8,235,202); }

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