Html Css Color HEX #30EFF9 Turquoise

📋 copy color: '#30EFF9'

red 48 ◦ green 239 ◦ blue 249

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

Shades of Turquoise #30EFF9

Tints of Turquoise #30EFF9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.59%

 BLUE value IS 249 (97.66% from 255) = 46.46%

R = 8.96%
G = 44.59%
B = 46.46%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30EFF9 (or 0x30EFF9) is known color: Turquoise. HEX triplet: 30, EF and F9. RGB value is (48,239,249). Sum of RGB (Red+Green+Blue) = 48+239+249=536 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.96% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #30EFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EFF9 is #CF1006. Grayscale: #B6B6B6. Windows color (decimal): -13570055 or 16379696. OLE color: 16379696.

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

Color convert

RGB 48 239 249 -
CMYK 0.81 0.04 0 0.02
HSL 182.99º 0.94% 0.58% -
HSV(B) 182.99º 0.81% 0.98% -
XYZ 49.18 69.2 100.39 -
YUV 183.03 165.22 31.69 -
System Red Green Blue C M Y K H S L
Decimal 48 239 249 0.81 0.04 0 0.02 182.99 0.94 0.58
Hex 30 EF F9 51 4 0 2 B7 5E 3A
Octal 60 357 371 121 4 0 2 267 136 72
Binary 110000 11101111 11111001 1010001 100 0 10 10110111 1011110 111010

Color Harmonies of #30EFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EFF9

Black with #30EFF9

Text Example


Text Example

White with #30EFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,239,249); }

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

background-color css

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

 a { background-color: rgb(48,239,249); }

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

border-color css

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

 span { border-color: rgb(48,239,249); }

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