Html Css Color HEX #08FDC1 Bright Turquoise

📋 copy color: '#08FDC1'

red 8 ◦ green 253 ◦ blue 193

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

Shades of Bright Turquoise #08FDC1

Tints of Bright Turquoise #08FDC1

RGB

 RED value IS 8 (3.52% from 255) = 1.76%

 GREEN value IS 253 (99.22% from 255) = 55.73%

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 1.76%
G = 55.73%
B = 42.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#08FDC1 (or 0x08FDC1) is known color: Bright Turquoise. HEX triplet: 08, FD and C1. RGB value is (8,253,193). Sum of RGB (Red+Green+Blue) = 8+253+193=454 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 454); Green value is 253 (99.22% from 255 or 55.73% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 253 - color contains mainly: green. Hex color #08FDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FDC1 is #F7023E. Grayscale: #ACACAC. Windows color (decimal): -16187967 or 12713224. OLE color: 12713224.

HSL color Cylindrical-coordinate representation of color #08FDC1: hue angle of 165.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FDC1 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 253 193 -
CMYK 0.97 0 0.24 0.01
HSL 165.31º 0.98% 0.51% -
HSV(B) 165.31º 0.97% 0.99% -
XYZ 44.85 74.15 62.4 -
YUV 172.91 139.33 10.38 -
System Red Green Blue C M Y K H S L
Decimal 8 253 193 0.97 0 0.24 0.01 165.31 0.98 0.51
Hex 8 FD C1 61 0 18 1 A5 62 33
Octal 10 375 301 141 0 30 1 245 142 63
Binary 1000 11111101 11000001 1100001 0 11000 1 10100101 1100010 110011

Color Harmonies of #08FDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FDC1

Black with #08FDC1

Text Example


Text Example

White with #08FDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,253,193); }

 H1.HeaderClassName
 {
   color: #08FDC1;
 }
 .AnyTagClassName
 {
   color: #08FDC1;
 }
</style>

background-color css

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

 a { background-color: rgb(8,253,193); }

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

border-color css

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

 span { border-color: rgb(8,253,193); }

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