Html Css Color HEX #08DFF5 Bright Turquoise

📋 copy color: '#08DFF5'

red 8 ◦ green 223 ◦ blue 245

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

Shades of Bright Turquoise #08DFF5

Tints of Bright Turquoise #08DFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.85%

 BLUE value IS 245 (96.09% from 255) = 51.47%

R = 1.68%
G = 46.85%
B = 51.47%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#08DFF5 (or 0x08DFF5) is known color: Bright Turquoise. HEX triplet: 08, DF and F5. RGB value is (8,223,245). Sum of RGB (Red+Green+Blue) = 8+223+245=476 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.68% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #08DFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DFF5 is #F7200A. Grayscale: #A0A0A0. Windows color (decimal): -16195595 or 16113416. OLE color: 16113416.

HSL color Cylindrical-coordinate representation of color #08DFF5: hue angle of 185.57º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08DFF5 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 223 245 -
CMYK 0.97 0.09 0 0.04
HSL 185.57º 0.94% 0.5% -
HSV(B) 185.57º 0.97% 0.96% -
XYZ 42.97 59.42 95.59 -
YUV 161.22 175.27 18.71 -
System Red Green Blue C M Y K H S L
Decimal 8 223 245 0.97 0.09 0 0.04 185.57 0.94 0.5
Hex 8 DF F5 61 9 0 4 BA 5E 32
Octal 10 337 365 141 11 0 4 272 136 62
Binary 1000 11011111 11110101 1100001 1001 0 100 10111010 1011110 110010

Color Harmonies of #08DFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DFF5

Black with #08DFF5

Text Example


Text Example

White with #08DFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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