Html Css Color HEX #0FCDE5 Dark Turquoise

📋 copy color: '#0FCDE5'

red 15 ◦ green 205 ◦ blue 229

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

Shades of Dark Turquoise #0FCDE5

Tints of Dark Turquoise #0FCDE5

RGB

 RED value IS 15 (6.25% from 255) = 3.34%

 GREEN value IS 205 (80.47% from 255) = 45.66%

 BLUE value IS 229 (89.84% from 255) = 51%

R = 3.34%
G = 45.66%
B = 51%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0FCDE5 (or 0x0FCDE5) is known color: Dark Turquoise. HEX triplet: 0F, CD and E5. RGB value is (15,205,229). Sum of RGB (Red+Green+Blue) = 15+205+229=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #0FCDE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDE5 is #F0321A. Grayscale: #969696. Windows color (decimal): -15741467 or 15060239. OLE color: 15060239.

HSL color Cylindrical-coordinate representation of color #0FCDE5: hue angle of 186.73º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDE5 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 205 229 -
CMYK 0.93 0.10 0 0.10
HSL 186.73º 0.88% 0.48% -
HSV(B) 186.73º 0.93% 0.9% -
XYZ 36.17 49.42 81.76 -
YUV 150.93 172.05 31.05 -
System Red Green Blue C M Y K H S L
Decimal 15 205 229 0.93 0.10 0 0.10 186.73 0.88 0.48
Hex F CD E5 5D A 0 A BB 58 30
Octal 17 315 345 135 12 0 12 273 130 60
Binary 1111 11001101 11100101 1011101 1010 0 1010 10111011 1011000 110000

Color Harmonies of #0FCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDE5

Black with #0FCDE5

Text Example


Text Example

White with #0FCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,205,229); }

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

background-color css

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

 a { background-color: rgb(15,205,229); }

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

border-color css

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

 span { border-color: rgb(15,205,229); }

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