Html Css Color HEX #30EAFA Turquoise

📋 copy color: '#30EAFA'

red 48 ◦ green 234 ◦ blue 250

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

Shades of Turquoise #30EAFA

Tints of Turquoise #30EAFA

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #30EAFA: hue angle of 184.75º 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 #30EAFA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 234 250 -
CMYK 0.81 0.06 0 0.02
HSL 184.75º 0.95% 0.58% -
HSV(B) 184.75º 0.81% 0.98% -
XYZ 47.9 66.38 100.73 -
YUV 180.21 167.38 33.7 -
System Red Green Blue C M Y K H S L
Decimal 48 234 250 0.81 0.06 0 0.02 184.75 0.95 0.58
Hex 30 EA FA 51 6 0 2 B9 5F 3A
Octal 60 352 372 121 6 0 2 271 137 72
Binary 110000 11101010 11111010 1010001 110 0 10 10111001 1011111 111010

Color Harmonies of #30EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EAFA

Black with #30EAFA

Text Example


Text Example

White with #30EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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