Html Css Color HEX #0FFBDD Bright Turquoise

📋 copy color: '#0FFBDD'

red 15 ◦ green 251 ◦ blue 221

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

Shades of Bright Turquoise #0FFBDD

Tints of Bright Turquoise #0FFBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.54%

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

R = 3.08%
G = 51.54%
B = 45.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#0FFBDD (or 0x0FFBDD) is known color: Bright Turquoise. HEX triplet: 0F, FB and DD. RGB value is (15,251,221). Sum of RGB (Red+Green+Blue) = 15+251+221=487 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.08% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBDD is #F00422. Grayscale: #B0B0B0. Windows color (decimal): -15729699 or 14547727. OLE color: 14547727.

HSL color Cylindrical-coordinate representation of color #0FFBDD: hue angle of 172.37º degrees, saturation: 0.97, 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 #0FFBDD is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 251 221 -
CMYK 0.94 0 0.12 0.02
HSL 172.37º 0.97% 0.52% -
HSV(B) 172.37º 0.94% 0.98% -
XYZ 47.75 74.32 80.23 -
YUV 177.02 152.81 12.44 -
System Red Green Blue C M Y K H S L
Decimal 15 251 221 0.94 0 0.12 0.02 172.37 0.97 0.52
Hex F FB DD 5E 0 C 2 AC 61 34
Octal 17 373 335 136 0 14 2 254 141 64
Binary 1111 11111011 11011101 1011110 0 1100 10 10101100 1100001 110100

Color Harmonies of #0FFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBDD

Black with #0FFBDD

Text Example


Text Example

White with #0FFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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