Html Css Color HEX #30FCC4 Turquoise

📋 copy color: '#30FCC4'

red 48 ◦ green 252 ◦ blue 196

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

Shades of Turquoise #30FCC4

Tints of Turquoise #30FCC4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.81%

 BLUE value IS 196 (76.95% from 255) = 39.52%

R = 9.68%
G = 50.81%
B = 39.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#30FCC4 (or 0x30FCC4) is known color: Turquoise. HEX triplet: 30, FC and C4. RGB value is (48,252,196). Sum of RGB (Red+Green+Blue) = 48+252+196=496 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.68% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCC4 is #CF033B. Grayscale: #B8B8B8. Windows color (decimal): -13566780 or 12909616. OLE color: 12909616.

HSL color Cylindrical-coordinate representation of color #30FCC4: hue angle of 163.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCC4 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 196 -
CMYK 0.81 0 0.22 0.01
HSL 163.53º 0.97% 0.59% -
HSV(B) 163.53º 0.81% 0.99% -
XYZ 45.99 74.23 64.13 -
YUV 184.62 134.41 30.55 -
System Red Green Blue C M Y K H S L
Decimal 48 252 196 0.81 0 0.22 0.01 163.53 0.97 0.59
Hex 30 FC C4 51 0 16 1 A4 61 3B
Octal 60 374 304 121 0 26 1 244 141 73
Binary 110000 11111100 11000100 1010001 0 10110 1 10100100 1100001 111011

Color Harmonies of #30FCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCC4

Black with #30FCC4

Text Example


Text Example

White with #30FCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,252,196); }

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

background-color css

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

 a { background-color: rgb(48,252,196); }

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

border-color css

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

 span { border-color: rgb(48,252,196); }

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