Html Css Color HEX #30EAFC Turquoise

📋 copy color: '#30EAFC'

red 48 ◦ green 234 ◦ blue 252

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

Shades of Turquoise #30EAFC

Tints of Turquoise #30EAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 8.99%
G = 43.82%
B = 47.19%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30EAFC (or 0x30EAFC) is known color: Turquoise. HEX triplet: 30, EA and FC. RGB value is (48,234,252). Sum of RGB (Red+Green+Blue) = 48+234+252=534 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.99% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #30EAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EAFC is #CF1503. Grayscale: #B4B4B4. Windows color (decimal): -13571332 or 16575024. OLE color: 16575024.

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

Color convert

RGB 48 234 252 -
CMYK 0.81 0.07 0 0.01
HSL 185.29º 0.97% 0.59% -
HSV(B) 185.29º 0.81% 0.99% -
XYZ 48.21 66.5 102.39 -
YUV 180.44 168.38 33.54 -
System Red Green Blue C M Y K H S L
Decimal 48 234 252 0.81 0.07 0 0.01 185.29 0.97 0.59
Hex 30 EA FC 51 7 0 1 B9 61 3B
Octal 60 352 374 121 7 0 1 271 141 73
Binary 110000 11101010 11111100 1010001 111 0 1 10111001 1100001 111011

Color Harmonies of #30EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EAFC

Black with #30EAFC

Text Example


Text Example

White with #30EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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