Html Css Color HEX #30D4EB Turquoise

📋 copy color: '#30D4EB'

red 48 ◦ green 212 ◦ blue 235

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

Shades of Turquoise #30D4EB

Tints of Turquoise #30D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 9.7%
G = 42.83%
B = 47.47%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30D4EB (or 0x30D4EB) is known color: Turquoise. HEX triplet: 30, D4 and EB. RGB value is (48,212,235). Sum of RGB (Red+Green+Blue) = 48+212+235=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #30D4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D4EB is #CF2B14. Grayscale: #A5A5A5. Windows color (decimal): -13576981 or 15455280. OLE color: 15455280.

HSL color Cylindrical-coordinate representation of color #30D4EB: hue angle of 187.38º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D4EB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 212 235 -
CMYK 0.80 0.10 0 0.08
HSL 187.38º 0.82% 0.55% -
HSV(B) 187.38º 0.8% 0.92% -
XYZ 39.76 53.71 86.87 -
YUV 165.59 167.17 44.13 -
System Red Green Blue C M Y K H S L
Decimal 48 212 235 0.80 0.10 0 0.08 187.38 0.82 0.55
Hex 30 D4 EB 50 A 0 8 BB 52 37
Octal 60 324 353 120 12 0 10 273 122 67
Binary 110000 11010100 11101011 1010000 1010 0 1000 10111011 1010010 110111

Color Harmonies of #30D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D4EB

Black with #30D4EB

Text Example


Text Example

White with #30D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,235); }

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

background-color css

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

 a { background-color: rgb(48,212,235); }

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

border-color css

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

 span { border-color: rgb(48,212,235); }

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