Html Css Color HEX #38FCBE Turquoise

📋 copy color: '#38FCBE'

red 56 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #38FCBE

Tints of Turquoise #38FCBE

RGB

 RED value IS 56 (22.27% from 255) = 11.24%

 GREEN value IS 252 (98.83% from 255) = 50.6%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 11.24%
G = 50.6%
B = 38.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#38FCBE (or 0x38FCBE) is known color: Turquoise. HEX triplet: 38, FC and BE. RGB value is (56,252,190). Sum of RGB (Red+Green+Blue) = 56+252+190=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCBE is #C70341. Grayscale: #BABABA. Windows color (decimal): -13042498 or 12516408. OLE color: 12516408.

HSL color Cylindrical-coordinate representation of color #38FCBE: hue angle of 161.02º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCBE is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 252 190 -
CMYK 0.78 0 0.25 0.01
HSL 161.02º 0.97% 0.6% -
HSV(B) 161.02º 0.78% 0.99% -
XYZ 45.74 74.18 60.62 -
YUV 186.33 130.07 35.04 -
System Red Green Blue C M Y K H S L
Decimal 56 252 190 0.78 0 0.25 0.01 161.02 0.97 0.6
Hex 38 FC BE 4E 0 19 1 A1 61 3C
Octal 70 374 276 116 0 31 1 241 141 74
Binary 111000 11111100 10111110 1001110 0 11001 1 10100001 1100001 111100

Color Harmonies of #38FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FCBE

Black with #38FCBE

Text Example


Text Example

White with #38FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FCBE; }

 p { color: rgb(56,252,190); }

 H1.HeaderClassName
 {
   color: #38FCBE;
 }
 .AnyTagClassName
 {
   color: #38FCBE;
 }
</style>

background-color css

<style>
 a { background-color: #38FCBE; }

 a { background-color: rgb(56,252,190); }

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

border-color css

<style>
 span { border-color: #38FCBE; }

 span { border-color: rgb(56,252,190); }

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