Html Css Color HEX #0FDFCA Bright Turquoise

📋 copy color: '#0FDFCA'

red 15 ◦ green 223 ◦ blue 202

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

Shades of Bright Turquoise #0FDFCA

Tints of Bright Turquoise #0FDFCA

RGB

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

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

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

R = 3.41%
G = 50.68%
B = 45.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#0FDFCA (or 0x0FDFCA) is known color: Bright Turquoise. HEX triplet: 0F, DF and CA. RGB value is (15,223,202). Sum of RGB (Red+Green+Blue) = 15+223+202=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFCA is #F02035. Grayscale: #9E9E9E. Windows color (decimal): -15736886 or 13295375. OLE color: 13295375.

HSL color Cylindrical-coordinate representation of color #0FDFCA: hue angle of 173.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFCA is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 202 -
CMYK 0.93 0 0.09 0.13
HSL 173.94º 0.87% 0.47% -
HSV(B) 173.94º 0.93% 0.87% -
XYZ 37.25 57.14 64.94 -
YUV 158.41 152.59 25.71 -
System Red Green Blue C M Y K H S L
Decimal 15 223 202 0.93 0 0.09 0.13 173.94 0.87 0.47
Hex F DF CA 5D 0 9 D AE 57 2F
Octal 17 337 312 135 0 11 15 256 127 57
Binary 1111 11011111 11001010 1011101 0 1001 1101 10101110 1010111 101111

Color Harmonies of #0FDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFCA

Black with #0FDFCA

Text Example


Text Example

White with #0FDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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