Html Css Color HEX #0DF8DB Bright Turquoise

📋 copy color: '#0DF8DB'

red 13 ◦ green 248 ◦ blue 219

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

Shades of Bright Turquoise #0DF8DB

Tints of Bright Turquoise #0DF8DB

RGB

 RED value IS 13 (5.47% from 255) = 2.71%

 GREEN value IS 248 (97.27% from 255) = 51.67%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 2.71%
G = 51.67%
B = 45.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#0DF8DB (or 0x0DF8DB) is known color: Bright Turquoise. HEX triplet: 0D, F8 and DB. RGB value is (13,248,219). Sum of RGB (Red+Green+Blue) = 13+248+219=480 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.71% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF8DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF8DB is #F20724. Grayscale: #AEAEAE. Windows color (decimal): -15861541 or 14415885. OLE color: 14415885.

HSL color Cylindrical-coordinate representation of color #0DF8DB: hue angle of 172.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF8DB is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 13 248 219 -
CMYK 0.95 0 0.12 0.03
HSL 172.6º 0.94% 0.51% -
HSV(B) 172.6º 0.95% 0.97% -
XYZ 46.52 72.33 78.53 -
YUV 174.43 153.14 12.86 -
System Red Green Blue C M Y K H S L
Decimal 13 248 219 0.95 0 0.12 0.03 172.6 0.94 0.51
Hex D F8 DB 5F 0 C 3 AD 5E 33
Octal 15 370 333 137 0 14 3 255 136 63
Binary 1101 11111000 11011011 1011111 0 1100 11 10101101 1011110 110011

Color Harmonies of #0DF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF8DB

Black with #0DF8DB

Text Example


Text Example

White with #0DF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DF8DB; }

 p { color: rgb(13,248,219); }

 H1.HeaderClassName
 {
   color: #0DF8DB;
 }
 .AnyTagClassName
 {
   color: #0DF8DB;
 }
</style>

background-color css

<style>
 a { background-color: #0DF8DB; }

 a { background-color: rgb(13,248,219); }

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

border-color css

<style>
 span { border-color: #0DF8DB; }

 span { border-color: rgb(13,248,219); }

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