Html Css Color HEX #0DEFEE Bright Turquoise

📋 copy color: '#0DEFEE'

red 13 ◦ green 239 ◦ blue 238

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

Shades of Bright Turquoise #0DEFEE

Tints of Bright Turquoise #0DEFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.78%

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 2.65%
G = 48.78%
B = 48.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#0DEFEE (or 0x0DEFEE) is known color: Bright Turquoise. HEX triplet: 0D, EF and EE. RGB value is (13,239,238). Sum of RGB (Red+Green+Blue) = 13+239+238=490 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.65% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEFEE is #F21011. Grayscale: #ABABAB. Windows color (decimal): -15863826 or 15658765. OLE color: 15658765.

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

Color convert

RGB 13 239 238 -
CMYK 0.95 0 0.00 0.06
HSL 179.73º 0.9% 0.49% -
HSV(B) 179.73º 0.95% 0.94% -
XYZ 46.47 67.99 91.56 -
YUV 171.31 165.63 15.08 -
System Red Green Blue C M Y K H S L
Decimal 13 239 238 0.95 0 0.00 0.06 179.73 0.9 0.49
Hex D EF EE 5F 0 0 6 B4 5A 31
Octal 15 357 356 137 0 0 6 264 132 61
Binary 1101 11101111 11101110 1011111 0 0 110 10110100 1011010 110001

Color Harmonies of #0DEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEFEE

Black with #0DEFEE

Text Example


Text Example

White with #0DEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,239,238); }

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

background-color css

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

 a { background-color: rgb(13,239,238); }

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

border-color css

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

 span { border-color: rgb(13,239,238); }

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