Html Css Color HEX #30E2FF Turquoise

📋 copy color: '#30E2FF'

red 48 ◦ green 226 ◦ blue 255

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

Shades of Turquoise #30E2FF

Tints of Turquoise #30E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.72%

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

R = 9.07%
G = 42.72%
B = 48.2%

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

#30E2FF (or 0x30E2FF) is known color: Turquoise. HEX triplet: 30, E2 and FF. RGB value is (48,226,255). Sum of RGB (Red+Green+Blue) = 48+226+255=529 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.07% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #30E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E2FF is #CF1D00. Grayscale: #AFAFAF. Windows color (decimal): -13573377 or 16769584. OLE color: 16769584.

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

Color convert

RGB 48 226 255 -
CMYK 0.81 0.11 0 0
HSL 188.41º 1% 0.59% -
HSV(B) 188.41º 0.81% 1% -
XYZ 46.47 62.24 104.17 -
YUV 176.08 172.53 36.64 -
System Red Green Blue C M Y K H S L
Decimal 48 226 255 0.81 0.11 0 0 188.41 1 0.59
Hex 30 E2 FF 51 B 0 0 BC 64 3B
Octal 60 342 377 121 13 0 0 274 144 73
Binary 110000 11100010 11111111 1010001 1011 0 0 10111100 1100100 111011

Color Harmonies of #30E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E2FF

Black with #30E2FF

Text Example


Text Example

White with #30E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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