Html Css Color HEX #0FDDFA Bright Turquoise

📋 copy color: '#0FDDFA'

red 15 ◦ green 221 ◦ blue 250

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

Shades of Bright Turquoise #0FDDFA

Tints of Bright Turquoise #0FDDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 3.09%
G = 45.47%
B = 51.44%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FDDFA (or 0x0FDDFA) is known color: Bright Turquoise. HEX triplet: 0F, DD and FA. RGB value is (15,221,250). Sum of RGB (Red+Green+Blue) = 15+221+250=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FDDFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDDFA is #F02205. Grayscale: #A2A2A2. Windows color (decimal): -15737350 or 16440591. OLE color: 16440591.

HSL color Cylindrical-coordinate representation of color #0FDDFA: hue angle of 187.4º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDDFA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 221 250 -
CMYK 0.94 0.12 0 0.02
HSL 187.4º 0.96% 0.52% -
HSV(B) 187.4º 0.94% 0.98% -
XYZ 43.31 58.72 99.49 -
YUV 162.71 177.25 22.64 -
System Red Green Blue C M Y K H S L
Decimal 15 221 250 0.94 0.12 0 0.02 187.4 0.96 0.52
Hex F DD FA 5E C 0 2 BB 60 34
Octal 17 335 372 136 14 0 2 273 140 64
Binary 1111 11011101 11111010 1011110 1100 0 10 10111011 1100000 110100

Color Harmonies of #0FDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDDFA

Black with #0FDDFA

Text Example


Text Example

White with #0FDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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