Html Css Color HEX #0FDADD Bright Turquoise

📋 copy color: '#0FDADD'

red 15 ◦ green 218 ◦ blue 221

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

Shades of Bright Turquoise #0FDADD

Tints of Bright Turquoise #0FDADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 3.3%
G = 48.02%
B = 48.68%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FDADD (or 0x0FDADD) is known color: Bright Turquoise. HEX triplet: 0F, DA and DD. RGB value is (15,218,221). Sum of RGB (Red+Green+Blue) = 15+218+221=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FDADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDADD is #F02522. Grayscale: #9D9D9D. Windows color (decimal): -15738147 or 14539279. OLE color: 14539279.

HSL color Cylindrical-coordinate representation of color #0FDADD: hue angle of 180.87º 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 #0FDADD is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 218 221 -
CMYK 0.93 0.01 0 0.13
HSL 180.87º 0.87% 0.46% -
HSV(B) 180.87º 0.93% 0.87% -
XYZ 38.32 55.46 77.09 -
YUV 157.65 163.75 26.26 -
System Red Green Blue C M Y K H S L
Decimal 15 218 221 0.93 0.01 0 0.13 180.87 0.87 0.46
Hex F DA DD 5D 1 0 D B5 57 2E
Octal 17 332 335 135 1 0 15 265 127 56
Binary 1111 11011010 11011101 1011101 1 0 1101 10110101 1010111 101110

Color Harmonies of #0FDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDADD

Black with #0FDADD

Text Example


Text Example

White with #0FDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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