Html Css Color HEX #0FCED5 Dark Turquoise

📋 copy color: '#0FCED5'

red 15 ◦ green 206 ◦ blue 213

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

Shades of Dark Turquoise #0FCED5

Tints of Dark Turquoise #0FCED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.47%

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 3.46%
G = 47.47%
B = 49.08%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0FCED5 (or 0x0FCED5) is known color: Dark Turquoise. HEX triplet: 0F, CE and D5. RGB value is (15,206,213). Sum of RGB (Red+Green+Blue) = 15+206+213=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #0FCED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCED5 is #F0312A. Grayscale: #959595. Windows color (decimal): -15741227 or 14011919. OLE color: 14011919.

HSL color Cylindrical-coordinate representation of color #0FCED5: hue angle of 182.12º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCED5 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 206 213 -
CMYK 0.93 0.03 0 0.16
HSL 182.12º 0.87% 0.45% -
HSV(B) 182.12º 0.93% 0.84% -
XYZ 34.28 49.05 70.61 -
YUV 149.69 163.72 31.93 -
System Red Green Blue C M Y K H S L
Decimal 15 206 213 0.93 0.03 0 0.16 182.12 0.87 0.45
Hex F CE D5 5D 3 0 10 B6 57 2D
Octal 17 316 325 135 3 0 20 266 127 55
Binary 1111 11001110 11010101 1011101 11 0 10000 10110110 1010111 101101

Color Harmonies of #0FCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCED5

Black with #0FCED5

Text Example


Text Example

White with #0FCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,213); }

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

background-color css

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

 a { background-color: rgb(15,206,213); }

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

border-color css

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

 span { border-color: rgb(15,206,213); }

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