Html Css Color HEX #30FBE7 Turquoise

📋 copy color: '#30FBE7'

red 48 ◦ green 251 ◦ blue 231

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

Shades of Turquoise #30FBE7

Tints of Turquoise #30FBE7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.36%

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 9.06%
G = 47.36%
B = 43.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#30FBE7 (or 0x30FBE7) is known color: Turquoise. HEX triplet: 30, FB and E7. RGB value is (48,251,231). Sum of RGB (Red+Green+Blue) = 48+251+231=530 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.06% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FBE7 is #CF0418. Grayscale: #BBBBBB. Windows color (decimal): -13567001 or 15203120. OLE color: 15203120.

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

Color convert

RGB 48 251 231 -
CMYK 0.81 0 0.08 0.02
HSL 174.09º 0.96% 0.59% -
HSV(B) 174.09º 0.81% 0.98% -
XYZ 50.14 75.39 87.51 -
YUV 188.02 152.25 28.13 -
System Red Green Blue C M Y K H S L
Decimal 48 251 231 0.81 0 0.08 0.02 174.09 0.96 0.59
Hex 30 FB E7 51 0 8 2 AE 60 3B
Octal 60 373 347 121 0 10 2 256 140 73
Binary 110000 11111011 11100111 1010001 0 1000 10 10101110 1100000 111011

Color Harmonies of #30FBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBE7

Black with #30FBE7

Text Example


Text Example

White with #30FBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,251,231); }

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

background-color css

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

 a { background-color: rgb(48,251,231); }

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

border-color css

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

 span { border-color: rgb(48,251,231); }

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