Html Css Color HEX #0FDFDA Bright Turquoise

📋 copy color: '#0FDFDA'

red 15 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #0FDFDA

Tints of Bright Turquoise #0FDFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 3.29%
G = 48.9%
B = 47.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#0FDFDA (or 0x0FDFDA) is known color: Bright Turquoise. HEX triplet: 0F, DF and DA. RGB value is (15,223,218). Sum of RGB (Red+Green+Blue) = 15+223+218=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFDA is #F02025. Grayscale: #A0A0A0. Windows color (decimal): -15736870 or 14343951. OLE color: 14343951.

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

Color convert

RGB 15 223 218 -
CMYK 0.93 0 0.02 0.13
HSL 178.56º 0.87% 0.47% -
HSV(B) 178.56º 0.93% 0.87% -
XYZ 39.24 57.94 75.44 -
YUV 160.24 160.59 24.41 -
System Red Green Blue C M Y K H S L
Decimal 15 223 218 0.93 0 0.02 0.13 178.56 0.87 0.47
Hex F DF DA 5D 0 2 D B3 57 2F
Octal 17 337 332 135 0 2 15 263 127 57
Binary 1111 11011111 11011010 1011101 0 10 1101 10110011 1010111 101111

Color Harmonies of #0FDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFDA

Black with #0FDFDA

Text Example


Text Example

White with #0FDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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