Html Css Color HEX #0FE2FA Bright Turquoise

📋 copy color: '#0FE2FA'

red 15 ◦ green 226 ◦ blue 250

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

Shades of Bright Turquoise #0FE2FA

Tints of Bright Turquoise #0FE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.03%

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

R = 3.05%
G = 46.03%
B = 50.92%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FE2FA (or 0x0FE2FA) is known color: Bright Turquoise. HEX triplet: 0F, E2 and FA. RGB value is (15,226,250). Sum of RGB (Red+Green+Blue) = 15+226+250=491 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FE2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE2FA is #F01D05. Grayscale: #A5A5A5. Windows color (decimal): -15736070 or 16441871. OLE color: 16441871.

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

Color convert

RGB 15 226 250 -
CMYK 0.94 0.10 0 0.02
HSL 186.13º 0.96% 0.52% -
HSV(B) 186.13º 0.94% 0.98% -
XYZ 44.65 61.4 99.94 -
YUV 165.65 175.6 20.55 -
System Red Green Blue C M Y K H S L
Decimal 15 226 250 0.94 0.10 0 0.02 186.13 0.96 0.52
Hex F E2 FA 5E A 0 2 BA 60 34
Octal 17 342 372 136 12 0 2 272 140 64
Binary 1111 11100010 11111010 1011110 1010 0 10 10111010 1100000 110100

Color Harmonies of #0FE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE2FA

Black with #0FE2FA

Text Example


Text Example

White with #0FE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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