Html Css Color HEX #30E0FF Turquoise

📋 copy color: '#30E0FF'

red 48 ◦ green 224 ◦ blue 255

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

Shades of Turquoise #30E0FF

Tints of Turquoise #30E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 255 (100% from 255) = 48.39%

R = 9.11%
G = 42.5%
B = 48.39%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30E0FF (or 0x30E0FF) is known color: Turquoise. HEX triplet: 30, E0 and FF. RGB value is (48,224,255). Sum of RGB (Red+Green+Blue) = 48+224+255=527 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.11% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #30E0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E0FF is #CF1F00. Grayscale: #AEAEAE. Windows color (decimal): -13573889 or 16769072. OLE color: 16769072.

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

Color convert

RGB 48 224 255 -
CMYK 0.81 0.12 0 0
HSL 188.99º 1% 0.59% -
HSV(B) 188.99º 0.81% 1% -
XYZ 45.92 61.16 103.99 -
YUV 174.91 173.19 37.48 -
System Red Green Blue C M Y K H S L
Decimal 48 224 255 0.81 0.12 0 0 188.99 1 0.59
Hex 30 E0 FF 51 C 0 0 BD 64 3B
Octal 60 340 377 121 14 0 0 275 144 73
Binary 110000 11100000 11111111 1010001 1100 0 0 10111101 1100100 111011

Color Harmonies of #30E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E0FF

Black with #30E0FF

Text Example


Text Example

White with #30E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,224,255); }

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

background-color css

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

 a { background-color: rgb(48,224,255); }

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

border-color css

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

 span { border-color: rgb(48,224,255); }

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