Html Css Color HEX #0FEFCA Bright Turquoise

📋 copy color: '#0FEFCA'

red 15 ◦ green 239 ◦ blue 202

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

Shades of Bright Turquoise #0FEFCA

Tints of Bright Turquoise #0FEFCA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.41%

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 3.29%
G = 52.41%
B = 44.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#0FEFCA (or 0x0FEFCA) is known color: Bright Turquoise. HEX triplet: 0F, EF and CA. RGB value is (15,239,202). Sum of RGB (Red+Green+Blue) = 15+239+202=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFCA is #F01035. Grayscale: #A7A7A7. Windows color (decimal): -15732790 or 13299471. OLE color: 13299471.

HSL color Cylindrical-coordinate representation of color #0FEFCA: hue angle of 170.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFCA is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 239 202 -
CMYK 0.94 0 0.15 0.06
HSL 170.09º 0.88% 0.5% -
HSV(B) 170.09º 0.94% 0.94% -
XYZ 41.72 66.1 66.44 -
YUV 167.81 147.29 19.01 -
System Red Green Blue C M Y K H S L
Decimal 15 239 202 0.94 0 0.15 0.06 170.09 0.88 0.5
Hex F EF CA 5E 0 F 6 AA 58 32
Octal 17 357 312 136 0 17 6 252 130 62
Binary 1111 11101111 11001010 1011110 0 1111 110 10101010 1011000 110010

Color Harmonies of #0FEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEFCA

Black with #0FEFCA

Text Example


Text Example

White with #0FEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,239,202); }

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

background-color css

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

 a { background-color: rgb(15,239,202); }

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

border-color css

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

 span { border-color: rgb(15,239,202); }

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