Html Css Color HEX #08FDDF Bright Turquoise

📋 copy color: '#08FDDF'

red 8 ◦ green 253 ◦ blue 223

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

Shades of Bright Turquoise #08FDDF

Tints of Bright Turquoise #08FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 1.65%
G = 52.27%
B = 46.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#08FDDF (or 0x08FDDF) is known color: Bright Turquoise. HEX triplet: 08, FD and DF. RGB value is (8,253,223). Sum of RGB (Red+Green+Blue) = 8+253+223=484 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #08FDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FDDF is #F70220. Grayscale: #B0B0B0. Windows color (decimal): -16187937 or 14679304. OLE color: 14679304.

HSL color Cylindrical-coordinate representation of color #08FDDF: hue angle of 172.65º 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 #08FDDF is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 253 223 -
CMYK 0.97 0 0.12 0.01
HSL 172.65º 0.98% 0.51% -
HSV(B) 172.65º 0.97% 0.99% -
XYZ 48.54 75.63 81.85 -
YUV 176.33 154.33 7.94 -
System Red Green Blue C M Y K H S L
Decimal 8 253 223 0.97 0 0.12 0.01 172.65 0.98 0.51
Hex 8 FD DF 61 0 C 1 AD 62 33
Octal 10 375 337 141 0 14 1 255 142 63
Binary 1000 11111101 11011111 1100001 0 1100 1 10101101 1100010 110011

Color Harmonies of #08FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FDDF

Black with #08FDDF

Text Example


Text Example

White with #08FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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