Html Css Color HEX #0DEAF0 Bright Turquoise

📋 copy color: '#0DEAF0'

red 13 ◦ green 234 ◦ blue 240

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

Shades of Bright Turquoise #0DEAF0

Tints of Bright Turquoise #0DEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

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

R = 2.67%
G = 48.05%
B = 49.28%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0DEAF0 (or 0x0DEAF0) is known color: Bright Turquoise. HEX triplet: 0D, EA and F0. RGB value is (13,234,240). Sum of RGB (Red+Green+Blue) = 13+234+240=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #0DEAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEAF0 is #F2150F. Grayscale: #A8A8A8. Windows color (decimal): -15865104 or 15788557. OLE color: 15788557.

HSL color Cylindrical-coordinate representation of color #0DEAF0: hue angle of 181.59º 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 #0DEAF0 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 234 240 -
CMYK 0.95 0.02 0 0.06
HSL 181.59º 0.9% 0.5% -
HSV(B) 181.59º 0.95% 0.94% -
XYZ 45.32 65.22 92.64 -
YUV 168.61 168.28 17.01 -
System Red Green Blue C M Y K H S L
Decimal 13 234 240 0.95 0.02 0 0.06 181.59 0.9 0.5
Hex D EA F0 5F 2 0 6 B6 5A 32
Octal 15 352 360 137 2 0 6 266 132 62
Binary 1101 11101010 11110000 1011111 10 0 110 10110110 1011010 110010

Color Harmonies of #0DEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEAF0

Black with #0DEAF0

Text Example


Text Example

White with #0DEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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