Html Css Color HEX #0DDBF0 Bright Turquoise

📋 copy color: '#0DDBF0'

red 13 ◦ green 219 ◦ blue 240

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

Shades of Bright Turquoise #0DDBF0

Tints of Bright Turquoise #0DDBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 2.75%
G = 46.4%
B = 50.85%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0DDBF0 (or 0x0DDBF0) is known color: Bright Turquoise. HEX triplet: 0D, DB and F0. RGB value is (13,219,240). Sum of RGB (Red+Green+Blue) = 13+219+240=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #0DDBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDBF0 is #F2240F. Grayscale: #9F9F9F. Windows color (decimal): -15868944 or 15784717. OLE color: 15784717.

HSL color Cylindrical-coordinate representation of color #0DDBF0: hue angle of 185.55º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDBF0 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 219 240 -
CMYK 0.95 0.09 0 0.06
HSL 185.55º 0.9% 0.5% -
HSV(B) 185.55º 0.95% 0.94% -
XYZ 41.23 57.04 91.28 -
YUV 159.8 173.25 23.29 -
System Red Green Blue C M Y K H S L
Decimal 13 219 240 0.95 0.09 0 0.06 185.55 0.9 0.5
Hex D DB F0 5F 9 0 6 BA 5A 32
Octal 15 333 360 137 11 0 6 272 132 62
Binary 1101 11011011 11110000 1011111 1001 0 110 10111010 1011010 110010

Color Harmonies of #0DDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDBF0

Black with #0DDBF0

Text Example


Text Example

White with #0DDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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