Html Css Color HEX #30FECA Turquoise

📋 copy color: '#30FECA'

red 48 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #30FECA

Tints of Turquoise #30FECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

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

R = 9.52%
G = 50.4%
B = 40.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#30FECA (or 0x30FECA) is known color: Turquoise. HEX triplet: 30, FE and CA. RGB value is (48,254,202). Sum of RGB (Red+Green+Blue) = 48+254+202=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #30FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FECA is #CF0135. Grayscale: #BABABA. Windows color (decimal): -13566262 or 13303344. OLE color: 13303344.

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

Color convert

RGB 48 254 202 -
CMYK 0.81 0 0.20 0.00
HSL 164.85º 0.99% 0.59% -
HSV(B) 164.85º 0.81% 1% -
XYZ 47.32 75.78 68.01 -
YUV 186.48 136.75 29.23 -
System Red Green Blue C M Y K H S L
Decimal 48 254 202 0.81 0 0.20 0.00 164.85 0.99 0.59
Hex 30 FE CA 51 0 14 0 A5 63 3B
Octal 60 376 312 121 0 24 0 245 143 73
Binary 110000 11111110 11001010 1010001 0 10100 0 10100101 1100011 111011

Color Harmonies of #30FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FECA

Black with #30FECA

Text Example


Text Example

White with #30FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,254,202); }

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

background-color css

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

 a { background-color: rgb(48,254,202); }

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

border-color css

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

 span { border-color: rgb(48,254,202); }

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