Html Css Color HEX #0DDFEE Bright Turquoise

📋 copy color: '#0DDFEE'

red 13 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #0DDFEE

Tints of Bright Turquoise #0DDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.05%

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

R = 2.74%
G = 47.05%
B = 50.21%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DDFEE (or 0x0DDFEE) is known color: Bright Turquoise. HEX triplet: 0D, DF and EE. RGB value is (13,223,238). Sum of RGB (Red+Green+Blue) = 13+223+238=474 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DDFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDFEE is #F22011. Grayscale: #A1A1A1. Windows color (decimal): -15867922 or 15654669. OLE color: 15654669.

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

Color convert

RGB 13 223 238 -
CMYK 0.95 0.06 0 0.07
HSL 184º 0.9% 0.49% -
HSV(B) 184º 0.95% 0.93% -
XYZ 41.99 59.03 90.07 -
YUV 161.92 170.93 21.78 -
System Red Green Blue C M Y K H S L
Decimal 13 223 238 0.95 0.06 0 0.07 184 0.9 0.49
Hex D DF EE 5F 6 0 7 B8 5A 31
Octal 15 337 356 137 6 0 7 270 132 61
Binary 1101 11011111 11101110 1011111 110 0 111 10111000 1011010 110001

Color Harmonies of #0DDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDFEE

Black with #0DDFEE

Text Example


Text Example

White with #0DDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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