Html Css Color HEX #0FDFEB Bright Turquoise

📋 copy color: '#0FDFEB'

red 15 ◦ green 223 ◦ blue 235

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

Shades of Bright Turquoise #0FDFEB

Tints of Bright Turquoise #0FDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 3.17%
G = 47.15%
B = 49.68%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FDFEB (or 0x0FDFEB) is known color: Bright Turquoise. HEX triplet: 0F, DF and EB. RGB value is (15,223,235). Sum of RGB (Red+Green+Blue) = 15+223+235=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FDFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFEB is #F02014. Grayscale: #A1A1A1. Windows color (decimal): -15736853 or 15458063. OLE color: 15458063.

HSL color Cylindrical-coordinate representation of color #0FDFEB: hue angle of 183.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDFEB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 223 235 -
CMYK 0.94 0.05 0 0.08
HSL 183.27º 0.88% 0.49% -
HSV(B) 183.27º 0.94% 0.92% -
XYZ 41.58 58.88 87.77 -
YUV 162.18 169.09 23.02 -
System Red Green Blue C M Y K H S L
Decimal 15 223 235 0.94 0.05 0 0.08 183.27 0.88 0.49
Hex F DF EB 5E 5 0 8 B7 58 31
Octal 17 337 353 136 5 0 10 267 130 61
Binary 1111 11011111 11101011 1011110 101 0 1000 10110111 1011000 110001

Color Harmonies of #0FDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFEB

Black with #0FDFEB

Text Example


Text Example

White with #0FDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,223,235); }

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

background-color css

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

 a { background-color: rgb(15,223,235); }

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

border-color css

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

 span { border-color: rgb(15,223,235); }

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