Html Css Color HEX #30F2F5 Turquoise

📋 copy color: '#30F2F5'

red 48 ◦ green 242 ◦ blue 245

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

Shades of Turquoise #30F2F5

Tints of Turquoise #30F2F5

RGB

 RED value IS 48 (19.14% from 255) = 8.97%

 GREEN value IS 242 (94.92% from 255) = 45.23%

 BLUE value IS 245 (96.09% from 255) = 45.79%

R = 8.97%
G = 45.23%
B = 45.79%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#30F2F5 (or 0x30F2F5) is known color: Turquoise. HEX triplet: 30, F2 and F5. RGB value is (48,242,245). Sum of RGB (Red+Green+Blue) = 48+242+245=535 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.97% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #30F2F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F2F5 is #CF0D0A. Grayscale: #B8B8B8. Windows color (decimal): -13569291 or 16118320. OLE color: 16118320.

HSL color Cylindrical-coordinate representation of color #30F2F5: hue angle of 180.91º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F2F5 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 242 245 -
CMYK 0.80 0.01 0 0.04
HSL 180.91º 0.91% 0.57% -
HSV(B) 180.91º 0.8% 0.96% -
XYZ 49.45 70.73 97.43 -
YUV 184.34 162.23 30.76 -
System Red Green Blue C M Y K H S L
Decimal 48 242 245 0.80 0.01 0 0.04 180.91 0.91 0.57
Hex 30 F2 F5 50 1 0 4 B5 5B 39
Octal 60 362 365 120 1 0 4 265 133 71
Binary 110000 11110010 11110101 1010000 1 0 100 10110101 1011011 111001

Color Harmonies of #30F2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F2F5

Black with #30F2F5

Text Example


Text Example

White with #30F2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30F2F5; }

 p { color: rgb(48,242,245); }

 H1.HeaderClassName
 {
   color: #30F2F5;
 }
 .AnyTagClassName
 {
   color: #30F2F5;
 }
</style>

background-color css

<style>
 a { background-color: #30F2F5; }

 a { background-color: rgb(48,242,245); }

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

border-color css

<style>
 span { border-color: #30F2F5; }

 span { border-color: rgb(48,242,245); }

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