Html Css Color HEX #30CBCF Medium Turquoise

📋 copy color: '#30CBCF'

red 48 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #30CBCF

Tints of Medium Turquoise #30CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 10.48%
G = 44.32%
B = 45.2%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30CBCF (or 0x30CBCF) is known color: Medium Turquoise. HEX triplet: 30, CB and CF. RGB value is (48,203,207). Sum of RGB (Red+Green+Blue) = 48+203+207=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #30CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBCF is #CF3430. Grayscale: #9C9C9C. Windows color (decimal): -13579313 or 13617968. OLE color: 13617968.

HSL color Cylindrical-coordinate representation of color #30CBCF: hue angle of 181.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CBCF is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 203 207 -
CMYK 0.77 0.02 0 0.19
HSL 181.51º 0.62% 0.5% -
HSV(B) 181.51º 0.77% 0.81% -
XYZ 33.84 47.85 66.48 -
YUV 157.11 156.15 50.17 -
System Red Green Blue C M Y K H S L
Decimal 48 203 207 0.77 0.02 0 0.19 181.51 0.62 0.5
Hex 30 CB CF 4D 2 0 13 B6 3E 32
Octal 60 313 317 115 2 0 23 266 76 62
Binary 110000 11001011 11001111 1001101 10 0 10011 10110110 111110 110010

Color Harmonies of #30CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBCF

Black with #30CBCF

Text Example


Text Example

White with #30CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,207); }

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

background-color css

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

 a { background-color: rgb(48,203,207); }

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

border-color css

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

 span { border-color: rgb(48,203,207); }

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