Html Css Color HEX #0DDAEA Bright Turquoise

📋 copy color: '#0DDAEA'

red 13 ◦ green 218 ◦ blue 234

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

Shades of Bright Turquoise #0DDAEA

Tints of Bright Turquoise #0DDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.88%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 2.8%
G = 46.88%
B = 50.32%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DDAEA (or 0x0DDAEA) is known color: Bright Turquoise. HEX triplet: 0D, DA and EA. RGB value is (13,218,234). Sum of RGB (Red+Green+Blue) = 13+218+234=465 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DDAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDAEA is #F22515. Grayscale: #9E9E9E. Windows color (decimal): -15869206 or 15391245. OLE color: 15391245.

HSL color Cylindrical-coordinate representation of color #0DDAEA: hue angle of 184.34º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDAEA is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 218 234 -
CMYK 0.94 0.07 0 0.08
HSL 184.34º 0.89% 0.48% -
HSV(B) 184.34º 0.94% 0.92% -
XYZ 40.09 56.17 86.57 -
YUV 158.53 170.58 24.2 -
System Red Green Blue C M Y K H S L
Decimal 13 218 234 0.94 0.07 0 0.08 184.34 0.89 0.48
Hex D DA EA 5E 7 0 8 B8 59 30
Octal 15 332 352 136 7 0 10 270 131 60
Binary 1101 11011010 11101010 1011110 111 0 1000 10111000 1011001 110000

Color Harmonies of #0DDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDAEA

Black with #0DDAEA

Text Example


Text Example

White with #0DDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,218,234); }

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

background-color css

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

 a { background-color: rgb(13,218,234); }

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

border-color css

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

 span { border-color: rgb(13,218,234); }

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