Html Css Color HEX #0DFFDB Bright Turquoise

📋 copy color: '#0DFFDB'

red 13 ◦ green 255 ◦ blue 219

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

Shades of Bright Turquoise #0DFFDB

Tints of Bright Turquoise #0DFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 52.36%

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

R = 2.67%
G = 52.36%
B = 44.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#0DFFDB (or 0x0DFFDB) is known color: Bright Turquoise. HEX triplet: 0D, FF and DB. RGB value is (13,255,219). Sum of RGB (Red+Green+Blue) = 13+255+219=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFDB is #F20024. Grayscale: #B2B2B2. Windows color (decimal): -15859749 or 14417677. OLE color: 14417677.

HSL color Cylindrical-coordinate representation of color #0DFFDB: hue angle of 171.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFDB is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 219 -
CMYK 0.95 0 0.14 0
HSL 171.07º 1% 0.53% -
HSV(B) 171.07º 0.95% 1% -
XYZ 48.71 76.72 79.26 -
YUV 178.54 150.83 9.93 -
System Red Green Blue C M Y K H S L
Decimal 13 255 219 0.95 0 0.14 0 171.07 1 0.53
Hex D FF DB 5F 0 E 0 AB 64 35
Octal 15 377 333 137 0 16 0 253 144 65
Binary 1101 11111111 11011011 1011111 0 1110 0 10101011 1100100 110101

Color Harmonies of #0DFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFFDB

Black with #0DFFDB

Text Example


Text Example

White with #0DFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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