Html Css Color HEX #0FDDCD Bright Turquoise

📋 copy color: '#0FDDCD'

red 15 ◦ green 221 ◦ blue 205

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

Shades of Bright Turquoise #0FDDCD

Tints of Bright Turquoise #0FDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 3.4%
G = 50.11%
B = 46.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#0FDDCD (or 0x0FDDCD) is known color: Bright Turquoise. HEX triplet: 0F, DD and CD. RGB value is (15,221,205). Sum of RGB (Red+Green+Blue) = 15+221+205=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDCD is #F02232. Grayscale: #9D9D9D. Windows color (decimal): -15737395 or 13491471. OLE color: 13491471.

HSL color Cylindrical-coordinate representation of color #0FDDCD: hue angle of 175.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDDCD is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 221 205 -
CMYK 0.93 0 0.07 0.13
HSL 175.34º 0.87% 0.46% -
HSV(B) 175.34º 0.93% 0.87% -
XYZ 37.07 56.22 66.66 -
YUV 157.58 154.75 26.3 -
System Red Green Blue C M Y K H S L
Decimal 15 221 205 0.93 0 0.07 0.13 175.34 0.87 0.46
Hex F DD CD 5D 0 7 D AF 57 2E
Octal 17 335 315 135 0 7 15 257 127 56
Binary 1111 11011101 11001101 1011101 0 111 1101 10101111 1010111 101110

Color Harmonies of #0FDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDDCD

Black with #0FDDCD

Text Example


Text Example

White with #0FDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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