Html Css Color HEX #08DFF6 Bright Turquoise

📋 copy color: '#08DFF6'

red 8 ◦ green 223 ◦ blue 246

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

Shades of Bright Turquoise #08DFF6

Tints of Bright Turquoise #08DFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 1.68%
G = 46.75%
B = 51.57%

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

#08DFF6 (or 0x08DFF6) is known color: Bright Turquoise. HEX triplet: 08, DF and F6. RGB value is (8,223,246). Sum of RGB (Red+Green+Blue) = 8+223+246=477 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.68% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #08DFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DFF6 is #F72009. Grayscale: #A1A1A1. Windows color (decimal): -16195594 or 16178952. OLE color: 16178952.

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

Color convert

RGB 8 223 246 -
CMYK 0.97 0.09 0 0.04
HSL 185.8º 0.94% 0.5% -
HSV(B) 185.8º 0.97% 0.96% -
XYZ 43.12 59.48 96.4 -
YUV 161.34 175.77 18.63 -
System Red Green Blue C M Y K H S L
Decimal 8 223 246 0.97 0.09 0 0.04 185.8 0.94 0.5
Hex 8 DF F6 61 9 0 4 BA 5E 32
Octal 10 337 366 141 11 0 4 272 136 62
Binary 1000 11011111 11110110 1100001 1001 0 100 10111010 1011110 110010

Color Harmonies of #08DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DFF6

Black with #08DFF6

Text Example


Text Example

White with #08DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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