Html Css Color HEX #30FAEA Turquoise

📋 copy color: '#30FAEA'

red 48 ◦ green 250 ◦ blue 234

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

Shades of Turquoise #30FAEA

Tints of Turquoise #30FAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 9.02%
G = 46.99%
B = 43.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#30FAEA (or 0x30FAEA) is known color: Turquoise. HEX triplet: 30, FA and EA. RGB value is (48,250,234). Sum of RGB (Red+Green+Blue) = 48+250+234=532 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.02% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FAEA is #CF0515. Grayscale: #BBBBBB. Windows color (decimal): -13567254 or 15399472. OLE color: 15399472.

HSL color Cylindrical-coordinate representation of color #30FAEA: hue angle of 175.25º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FAEA is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 234 -
CMYK 0.81 0 0.06 0.02
HSL 175.25º 0.95% 0.58% -
HSV(B) 175.25º 0.81% 0.98% -
XYZ 50.26 74.94 89.66 -
YUV 187.78 154.08 28.3 -
System Red Green Blue C M Y K H S L
Decimal 48 250 234 0.81 0 0.06 0.02 175.25 0.95 0.58
Hex 30 FA EA 51 0 6 2 AF 5F 3A
Octal 60 372 352 121 0 6 2 257 137 72
Binary 110000 11111010 11101010 1010001 0 110 10 10101111 1011111 111010

Color Harmonies of #30FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAEA

Black with #30FAEA

Text Example


Text Example

White with #30FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,234); }

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

background-color css

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

 a { background-color: rgb(48,250,234); }

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

border-color css

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

 span { border-color: rgb(48,250,234); }

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