Html Css Color HEX #30E3FF Turquoise

📋 copy color: '#30E3FF'

red 48 ◦ green 227 ◦ blue 255

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

Shades of Turquoise #30E3FF

Tints of Turquoise #30E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.83%

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

R = 9.06%
G = 42.83%
B = 48.11%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30E3FF (or 0x30E3FF) is known color: Turquoise. HEX triplet: 30, E3 and FF. RGB value is (48,227,255). Sum of RGB (Red+Green+Blue) = 48+227+255=530 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.06% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #30E3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E3FF is #CF1C00. Grayscale: #B0B0B0. Windows color (decimal): -13573121 or 16769840. OLE color: 16769840.

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

Color convert

RGB 48 227 255 -
CMYK 0.81 0.11 0 0
HSL 188.12º 1% 0.59% -
HSV(B) 188.12º 0.81% 1% -
XYZ 46.74 62.79 104.26 -
YUV 176.67 172.2 36.22 -
System Red Green Blue C M Y K H S L
Decimal 48 227 255 0.81 0.11 0 0 188.12 1 0.59
Hex 30 E3 FF 51 B 0 0 BC 64 3B
Octal 60 343 377 121 13 0 0 274 144 73
Binary 110000 11100011 11111111 1010001 1011 0 0 10111100 1100100 111011

Color Harmonies of #30E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E3FF

Black with #30E3FF

Text Example


Text Example

White with #30E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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